Configure workspace Python interpreter and pyright extra paths.

This commit is contained in:
CREDO23 2026-05-06 20:10:09 +02:00
parent 8b6ffd12b8
commit 2ec2e82d9d

View file

@ -1,4 +1,9 @@
{
"biome.configurationPath": "./surfsense_web/biome.json",
"deepscan.ignoreConfirmWarning": true
"deepscan.ignoreConfirmWarning": true,
"python.defaultInterpreterPath": "${workspaceFolder}/surfsense_backend/.venv/bin/python",
"basedpyright.analysis.extraPaths": [
"${workspaceFolder}/surfsense_backend"
],
"python-envs.pythonProjects": []
}