add comment explaining my custom pyright config
This commit is contained in:
parent
d66c34774b
commit
d4677f674e
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ require "lspconfig".pyright.setup {
|
||||||
-- useLibraryCodeForTypes = true,
|
-- useLibraryCodeForTypes = true,
|
||||||
-- typeCheckingMode = 'off',
|
-- typeCheckingMode = 'off',
|
||||||
diagnosticSeverityOverrides = {
|
diagnosticSeverityOverrides = {
|
||||||
|
-- I edit code that lives in docker containers and pyright complains when I import modules that aren't on my PC:
|
||||||
reportMissingImports = false
|
reportMissingImports = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue