correction to basedpyright settings
This commit is contained in:
parent
6e87f6360a
commit
00741a1f18
1 changed files with 14 additions and 16 deletions
|
@ -76,11 +76,10 @@ return {
|
||||||
marksman = {},
|
marksman = {},
|
||||||
nil_ls = {},
|
nil_ls = {},
|
||||||
basedpyright = {
|
basedpyright = {
|
||||||
python = {
|
|
||||||
analysis = {
|
analysis = {
|
||||||
autoImportCompletions = true,
|
autoImportCompletions = true,
|
||||||
autoSearchPaths = true,
|
autoSearchPaths = true,
|
||||||
diagnosticMode = "workspace",
|
diagnosticMode = "openFilesOnly",
|
||||||
reportMissingImports = true,
|
reportMissingImports = true,
|
||||||
reportMissingParameterType = true,
|
reportMissingParameterType = true,
|
||||||
reportUnnecessaryComparison = true,
|
reportUnnecessaryComparison = true,
|
||||||
|
@ -93,7 +92,6 @@ return {
|
||||||
useLibraryCodeForTypes = true,
|
useLibraryCodeForTypes = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
rust_analyzer = {
|
rust_analyzer = {
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
Loading…
Reference in a new issue