We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbef703 commit 0acc07dCopy full SHA for 0acc07d
.devcontainer/devcontainer.json
@@ -17,6 +17,7 @@
17
"settings": {
18
"terminal.integrated.shell.linux": "/bin/bash",
19
"python.pythonPath": ".venv/bin/python",
20
+ "python.defaultInterpreterPath": ".venv/bin/python",
21
"python.typeChecking": "basic",
22
"terminal.integrated.env.linux": {
23
"PATH": "/home/vscode/.rye/shims:${env:PATH}"
0 commit comments