Skip to content

Commit

Permalink
Fix interpreter path
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed May 3, 2024
1 parent 26876c0 commit a514763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"powershell.suppressAdditionalExeNotFoundWarning": false,

"python.analysis.autoFormatStrings": true,
"python.defaultInterpreterPath": "gazelle/python/.venv/bin/python",
"python.defaultInterpreterPath": "gazelle/.venv/bin/python",
"python.languageServer": "Pylance",
"python.testing.pytestEnabled": true,
"python.testing.pytestPath": "pytest",
Expand Down

0 comments on commit a514763

Please sign in to comment.