We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5f2c5 commit f1cec39Copy full SHA for f1cec39
1 file changed
.devcontainer/devcontainer.json
@@ -7,7 +7,7 @@
7
"settings": {
8
"editor.formatOnSave": true,
9
// Python
10
- "python.pythonPath": "/opt/venv/bin/python",
+ "python.defaultInterpreterPath": "/opt/venv/bin/python",
11
"[python]": {
12
"editor.codeActionsOnSave": {
13
"source.organizeImports": true
0 commit comments