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"]
|
||||
}
|
||||
],
|
||||
"settings":
|
||||
{
|
||||
"LSP":
|
||||
{
|
||||
"LSP-pylsp":
|
||||
{
|
||||
"settings":
|
||||
{
|
||||
"pylsp.plugins.jedi.environment": "./.venv"
|
||||
"settings": {
|
||||
"LSP": {
|
||||
"LSP-pyright": {
|
||||
"settings": {
|
||||
"python.analysis.diagnosticMode": "workspace"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue