Skip to content

Commit f1cec39

Browse files
committed
Update docker dev setting for default python interpreter
1 parent ce5f2c5 commit f1cec39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"settings": {
88
"editor.formatOnSave": true,
99
// Python
10-
"python.pythonPath": "/opt/venv/bin/python",
10+
"python.defaultInterpreterPath": "/opt/venv/bin/python",
1111
"[python]": {
1212
"editor.codeActionsOnSave": {
1313
"source.organizeImports": true

0 commit comments

Comments
 (0)