vscodium: work around jedi lsp bug

This commit is contained in:
Trolli Schmittlauch 2025-09-24 16:17:28 +02:00
parent 12f8c73870
commit 81142da314

View file

@ -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