vscodium: work around jedi lsp bug
This commit is contained in:
parent
12f8c73870
commit
81142da314
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@
|
|||
"gitlens.codeLens.symbolScopes" = [ "!Module" ];
|
||||
"editor.defaultFormatter" = "charliermarsh.ruff";
|
||||
"editor.formatOnSave" = true;
|
||||
# workaround for jedi-language-server < 0.45.1, semantic tokens are still broken
|
||||
"editor.semanticHighlighting.enabled" = false;
|
||||
};
|
||||
"python.experiments.enabled" = false;
|
||||
"python.languageServer" = "Jedi"; # don't use proprietary pylance server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue