Skip to content

Commit 1dbc505

Browse files
committed
.vscode: Set default interpreter path.
This helps the debug launcher not fail with various import errors.
1 parent d4b8b1c commit 1dbc505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"restructuredtext.confPath": "",
3+
"python.defaultInterpreterPath": ".venv/bin/python",
34
"python.formatting.provider": "black",
45
"python.linting.pylintEnabled": false,
56
"python.linting.flake8Enabled": true,

0 commit comments

Comments
 (0)