Skip to content

Commit 0acc07d

Browse files
chore(internal): fix devcontainer interpeter path (#810)
1 parent cbef703 commit 0acc07d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/devcontainer.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"settings": {
1818
"terminal.integrated.shell.linux": "/bin/bash",
1919
"python.pythonPath": ".venv/bin/python",
20+
"python.defaultInterpreterPath": ".venv/bin/python",
2021
"python.typeChecking": "basic",
2122
"terminal.integrated.env.linux": {
2223
"PATH": "/home/vscode/.rye/shims:${env:PATH}"

0 commit comments

Comments
 (0)