|
@@ -27,6 +27,7 @@ return {
|
|
|
settings = {
|
|
settings = {
|
|
|
basedpyright = {
|
|
basedpyright = {
|
|
|
analysis = {
|
|
analysis = {
|
|
|
|
|
+ exclude = { "**/node_modules", "**/__pycache__", "**/build" },
|
|
|
typeCheckingMode = "off",
|
|
typeCheckingMode = "off",
|
|
|
autoSearchPaths = true,
|
|
autoSearchPaths = true,
|
|
|
diagnosticMode = "openFilesOnly",
|
|
diagnosticMode = "openFilesOnly",
|