fix merge conflict in vscode settings and add pylance analysis

This commit is contained in:
Daniel Roth 2026-02-10 18:24:04 +00:00
parent c67e4644e4
commit 91fe9ccc4d

10
.vscode/settings.json vendored
View file

@ -9,12 +9,14 @@
"path": "/bin/bash"
}
},
<<<<<<< HEAD
=======
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": ["-s", "-q", "--no-cov"]
>>>>>>> 11b482838efcf46f376fd3ecbf2c1bb0be6d097d
"python.testing.pytestArgs": ["-s", "-q", "--no-cov"],
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "strict",
"python.analysis.autoSearchPaths": true,
"python.analysis.extraPaths": ["./src"]
// Hot reload setting that needs to be in user settings
// "jupyter.runStartupCommands": [