Compare commits
No commits in common. "6e87f6360aba0c0fa2deb8b9eb9d8fad5b51dc03" and "f49357f0386ea2384d1fad76d594bd74264f3d69" have entirely different histories.
6e87f6360a
...
f49357f038
1 changed files with 3 additions and 11 deletions
|
@ -75,21 +75,13 @@ return {
|
||||||
jsonls = {},
|
jsonls = {},
|
||||||
marksman = {},
|
marksman = {},
|
||||||
nil_ls = {},
|
nil_ls = {},
|
||||||
basedpyright = {
|
pyright = {
|
||||||
python = {
|
python = {
|
||||||
analysis = {
|
analysis = {
|
||||||
autoImportCompletions = true,
|
autoImportCompletions = true,
|
||||||
autoSearchPaths = true,
|
autoSearchPaths = true,
|
||||||
diagnosticMode = "workspace",
|
diagnosticMode = "openFilesOnly",
|
||||||
reportMissingImports = true,
|
typeCheckingMode = "basic",
|
||||||
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