Skip to content

Commit

Permalink
chore(internal): fix devcontainer interpeter path (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Nov 13, 2023
1 parent ce5cccc commit 7f92e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"python.pythonPath": ".venv/bin/python",
"python.defaultInterpreterPath": ".venv/bin/python",
"python.typeChecking": "basic",
"terminal.integrated.env.linux": {
"PATH": "/home/vscode/.rye/shims:${env:PATH}"
Expand Down

0 comments on commit 7f92e25

Please sign in to comment.