Compare commits
2 commits
f49357f038
...
6e87f6360a
Author | SHA1 | Date | |
---|---|---|---|
6e87f6360a | |||
4dccd81452 |
1 changed files with 11 additions and 3 deletions
|
@ -75,13 +75,21 @@ return {
|
||||||
jsonls = {},
|
jsonls = {},
|
||||||
marksman = {},
|
marksman = {},
|
||||||
nil_ls = {},
|
nil_ls = {},
|
||||||
pyright = {
|
basedpyright = {
|
||||||
python = {
|
python = {
|
||||||
analysis = {
|
analysis = {
|
||||||
autoImportCompletions = true,
|
autoImportCompletions = true,
|
||||||
autoSearchPaths = true,
|
autoSearchPaths = true,
|
||||||
diagnosticMode = "openFilesOnly",
|
diagnosticMode = "workspace",
|
||||||
typeCheckingMode = "basic",
|
reportMissingImports = true,
|
||||||
|
reportMissingParameterType = true,
|
||||||
|
reportUnnecessaryComparison = true,
|
||||||
|
reportUnnecessaryContains = true,
|
||||||
|
reportUnusedClass = true,
|
||||||
|
reportUnusedFunction = true,
|
||||||
|
reportUnsedImports = true,
|
||||||
|
reportUnsusedVariables = true,
|
||||||
|
typeCheckingMode = "all",
|
||||||
useLibraryCodeForTypes = true,
|
useLibraryCodeForTypes = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue