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