Skip to content

Commit 8e175f1

Browse files
committed
fix(vscode): Ensure the workspace uses the project's virtualenv interpreter
1 parent cdc50e9 commit 8e175f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
},
5858
"editor.defaultFormatter": "charliermarsh.ruff"
5959
},
60+
"python.defaultInterpreterPath": ".venv/bin/python",
61+
"terminal.integrated.env.linux": {
62+
"VIRTUAL_ENV": "${workspaceFolder}/.venv",
63+
"PATH": "${workspaceFolder}/.venv/bin:${env:PATH}"
64+
},
6065
"files.eol": "\n",
6166
"github.copilot.chat.agent.thinkingTool": true,
6267
"chat.agent.enabled": true,

0 commit comments

Comments
 (0)