Switch to pyright

This commit is contained in:
Yax 2022-11-20 15:57:44 +01:00
parent 10935880ac
commit e3f92dab01
2 changed files with 708 additions and 79 deletions

View file

@ -7,15 +7,11 @@
"file_exclude_patterns": [".coverage"] "file_exclude_patterns": [".coverage"]
} }
], ],
"settings": "settings": {
{ "LSP": {
"LSP": "LSP-pyright": {
{ "settings": {
"LSP-pylsp": "python.analysis.diagnosticMode": "workspace"
{
"settings":
{
"pylsp.plugins.jedi.environment": "./.venv"
} }
} }
} }

File diff suppressed because one or more lines are too long