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";
|
name = "python";
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
language-servers = ["basedpyright" "ty" "ruff"];
|
language-servers = [/* "basedpyright" */ "ty" "ruff"];
|
||||||
# formatter = {
|
# formatter = {
|
||||||
# command = "ruff";
|
# command = "ruff";
|
||||||
# args = ["format"];
|
# args = ["format"];
|
||||||
|
|
@ -268,10 +268,10 @@
|
||||||
command = "microcad-lsp";
|
command = "microcad-lsp";
|
||||||
};
|
};
|
||||||
|
|
||||||
basedpyright = {
|
# basedpyright = {
|
||||||
command = "basedpyright-langserver";
|
# command = "basedpyright-langserver";
|
||||||
args = ["--stdio"];
|
# args = ["--stdio"];
|
||||||
};
|
# };
|
||||||
rust-analyzer.config.check.command = "clippy";
|
rust-analyzer.config.check.command = "clippy";
|
||||||
# gas = {
|
# gas = {
|
||||||
# command = "asm-lsp";
|
# command = "asm-lsp";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue