We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01aaf31 commit 94852f8Copy full SHA for 94852f8
.devcontainer/devcontainer.json
@@ -18,11 +18,7 @@
18
"username": "none",
19
"upgradePackages": false
20
}
21
- },
22
- // Set *default* container specific settings.json values on container create.
23
- "settings": {
24
- "python.defaultInterpreterPath": "/venv/bin/python"
25
+ }
26
"customizations": {
27
"vscode": {
28
// Add the IDs of extensions you want installed when the container is created.
@@ -51,4 +47,4 @@
51
47
"workspaceFolder": "${localWorkspaceFolder}",
52
48
// After the container is created, install the python project in editable form
53
49
"postCreateCommand": "pip install -e '.[dev]'"
54
-}
50
+}
0 commit comments