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 0c70a2f commit bdec337Copy full SHA for bdec337
.devcontainer/devcontainer.json
@@ -17,7 +17,8 @@
17
// Set *default* container specific settings.json values on container create.
18
"settings": {
19
"python.defaultInterpreterPath": "/usr/local/bin/python",
20
- "remote.autoForwardPorts": false
+ "remote.autoForwardPorts": false,
21
+ "python.createEnvironment.trigger": "off"
22
},
23
24
// Add the IDs of extensions you want installed when the container is created.
0 commit comments