Switch to pyright
This commit is contained in:
parent
10935880ac
commit
e3f92dab01
2 changed files with 708 additions and 79 deletions
|
@ -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
Loading…
Add table
Reference in a new issue