We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca198e9 commit ca48726Copy full SHA for ca48726
.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