Config to switch to semantic tokens

This commit is contained in:
Aleksey Kladov 2020-02-26 16:03:30 +01:00
parent 8c0d0894b6
commit 225ef6dea2
4 changed files with 15 additions and 3 deletions

View file

@ -89,7 +89,9 @@ export async function activate(context: vscode.ExtensionContext) {
activateStatusDisplay(ctx);
activateHighlighting(ctx);
if (!ctx.config.highlightingSemanticTokens) {
activateHighlighting(ctx);
}
activateInlayHints(ctx);
}