Set typeCheckingMode to standard for basedpyright
This commit is contained in:
parent
b17849a136
commit
97eba08fc8
@ -203,6 +203,11 @@ return {
|
||||
lspconfig['basedpyright'].setup {
|
||||
capabilities = capabilities,
|
||||
on_attach = on_attach,
|
||||
settings = {
|
||||
basedpyright = {
|
||||
typeCheckingMode = 'standard',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
lspconfig['groovyls'].setup {
|
||||
|
Loading…
x
Reference in New Issue
Block a user