fds
This commit is contained in:
Vendored
+12
-1
@@ -1,5 +1,11 @@
|
||||
{
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/barker/.venv/bin/python",
|
||||
"python.defaultInterpreterPath": "/home/tanshu/programming/barker/barker/.venv/bin/python",
|
||||
"python.interpreterPath": "/home/tanshu/programming/barker/barker/.venv/bin/python",
|
||||
"python.venvFolders": [
|
||||
"barker/.venv",
|
||||
".venv"
|
||||
],
|
||||
"python.venvPath": "${workspaceFolder}/barker",
|
||||
"python.terminal.activateEnvironment": true,
|
||||
// Quality-of-life
|
||||
/* --- Pylance: keep IntelliSense, disable type checking --- */
|
||||
@@ -7,6 +13,11 @@
|
||||
// "python.analysis.diagnosticMode": "openFilesOnly",
|
||||
"python.analysis.typeCheckingMode": "basic",
|
||||
"python.analysis.extraPaths": [
|
||||
"${workspaceFolder}/barker",
|
||||
"./barker"
|
||||
],
|
||||
"python.autoComplete.extraPaths": [
|
||||
"${workspaceFolder}/barker",
|
||||
"./barker"
|
||||
],
|
||||
// Ruff (you have ruff installed via uv)
|
||||
|
||||
Reference in New Issue
Block a user