mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Config to switch to semantic tokens
This commit is contained in:
parent
8c0d0894b6
commit
225ef6dea2
4 changed files with 15 additions and 3 deletions
|
@ -89,7 +89,9 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
|
||||
activateStatusDisplay(ctx);
|
||||
|
||||
activateHighlighting(ctx);
|
||||
if (!ctx.config.highlightingSemanticTokens) {
|
||||
activateHighlighting(ctx);
|
||||
}
|
||||
activateInlayHints(ctx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue