Skip to content

Commit 0460708

Browse files
Add .venv python bin to workspace (overrides user settings)
1 parent 905f46d commit 0460708

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
3+
"python.terminal.activateEnvInCurrentTerminal": true,
4+
}

0 commit comments

Comments
 (0)