Skip to content

Commit 9c5f9a6

Browse files
committed
Set .venv as the default Python interpreter
1 parent 25b8a32 commit 9c5f9a6

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,4 +1,5 @@
11
{
2+
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
23
"python.testing.pytestArgs": [
34
"tests"
45
],

0 commit comments

Comments
 (0)