Skip to content

Commit bdec337

Browse files
committed
Turn off venv environment triggers
1 parent 0c70a2f commit bdec337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
// Set *default* container specific settings.json values on container create.
1818
"settings": {
1919
"python.defaultInterpreterPath": "/usr/local/bin/python",
20-
"remote.autoForwardPorts": false
20+
"remote.autoForwardPorts": false,
21+
"python.createEnvironment.trigger": "off"
2122
},
2223

2324
// Add the IDs of extensions you want installed when the container is created.

0 commit comments

Comments
 (0)