disable pyright
This commit is contained in:
parent
b77eb2fe3e
commit
395221f383
1 changed files with 5 additions and 5 deletions
|
|
@ -214,7 +214,7 @@
|
|||
{
|
||||
name = "python";
|
||||
auto-format = true;
|
||||
language-servers = ["basedpyright" "ty" "ruff"];
|
||||
language-servers = [/* "basedpyright" */ "ty" "ruff"];
|
||||
# formatter = {
|
||||
# command = "ruff";
|
||||
# args = ["format"];
|
||||
|
|
@ -268,10 +268,10 @@
|
|||
command = "microcad-lsp";
|
||||
};
|
||||
|
||||
basedpyright = {
|
||||
command = "basedpyright-langserver";
|
||||
args = ["--stdio"];
|
||||
};
|
||||
# basedpyright = {
|
||||
# command = "basedpyright-langserver";
|
||||
# args = ["--stdio"];
|
||||
# };
|
||||
rust-analyzer.config.check.command = "clippy";
|
||||
# gas = {
|
||||
# command = "asm-lsp";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue