Config for pyright language server

This commit is contained in:
Ben Jackson 2021-03-19 17:50:29 +00:00
commit 842d9fbc2d

View file

@ -42,7 +42,17 @@ def Settings( **kwargs ):
return {
'sys_path': [
p.join( PATH_TO_THIS_DIR, 'python3' )
]
],
'ls': {
'python': {
'analysis': {
'extraPaths': [
p.join( PATH_TO_THIS_DIR, 'python3' ),
],
'useLibraryCodeForTypes': True
}
}
}
}
if IgnoreExtraConf: