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 64dcd6b commit f69d899Copy full SHA for f69d899
.devcontainer/devcontainer.json
@@ -19,7 +19,8 @@
19
"settings": {
20
"python.defaultInterpreterPath": "/workspaces/${localWorkspaceFolderBasename}/.venv/bin/python",
21
"python.terminal.activateEnvInCurrentTerminal": false,
22
- "python.terminal.activateEnvironment": false
+ "python.terminal.activateEnvironment": false,
23
+ "remote.autoForwardPorts": false
24
},
25
// Add the IDs of extensions you want installed when the container is created.
26
"extensions": [
0 commit comments