8000 fix(dev): Set VSCode Python path (#866) · puzzle/sentry-python@097e36d · GitHub
[go: up one dir, main page]

Skip to content

Commit 097e36d

Browse files
authored
fix(dev): Set VSCode Python path (getsentry#866)
VSCode can't seem to resolve the env without this.
1 parent a9ce3a6 commit 097e36d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": ".venv/bin/python"
3+
}

0 commit comments

Comments
 (0)
0