FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
LandPython/.devcontainer/devcontainer.json at Current · DependencyCodeEditorLand/LandPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DependencyCodeEditorLand
/
LandPython
Public
forked from
microsoft/vscode-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
1
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Security and quality
Insights
Expand file tree
Breadcrumbs
LandPython
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (28 loc) · 958 Bytes
Breadcrumbs
LandPython
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
30 lines (28 loc) · 958 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//
For format details, see https://aka.ms/devcontainer.json.
{
"name"
:
"
VS Code Python Dev Container
"
,
//
Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"build"
: {
"dockerfile"
:
"
./Dockerfile
"
,
"context"
:
"
..
"
},
"customizations"
: {
"vscode"
: {
"extensions"
: [
"
charliermarsh.ruff
"
,
"
editorconfig.editorconfig
"
,
"
esbenp.prettier-vscode
"
,
"
dbaeumer.vscode-eslint
"
,
"
ms-python.python
"
,
"
ms-python.vscode-pylance
"
,
"
ms-python.debugpy
"
]
}
},
//
Commands to execute on container creation,start.
"postCreateCommand"
:
"
bash scripts/postCreateCommand.sh
"
,
"onCreateCommand"
:
"
bash scripts/onCreateCommand.sh
"
,
"containerEnv"
: {
"CI_PYTHON_PATH"
:
"
/workspaces/vscode-python/.venv/bin/python
"
}
}
Back
|
FazBrowse Home
|
New Git URL