mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-10 12:10:17 +00:00
Configure workspace Python interpreter and pyright extra paths.
This commit is contained in:
parent
8b6ffd12b8
commit
2ec2e82d9d
1 changed files with 6 additions and 1 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
|
@ -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": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue