diff options
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 0f38a1673..2e67b6775 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -613,6 +613,11 @@ | |||
613 | "type": "string" | 613 | "type": "string" |
614 | } | 614 | } |
615 | }, | 615 | }, |
616 | "rust-analyzer.highlighting.strings": { | ||
617 | "markdownDescription": "Use semantic tokens for strings.\n\nIn some editors (e.g. vscode) semantic tokens override other highlighting grammars.\nBy disabling semantic tokens for strings, other grammars can be used to highlight\ntheir contents.", | ||
618 | "default": true, | ||
619 | "type": "boolean" | ||
620 | }, | ||
616 | "rust-analyzer.hoverActions.debug": { | 621 | "rust-analyzer.hoverActions.debug": { |
617 | "markdownDescription": "Whether to show `Debug` action. Only applies when\n`#rust-analyzer.hoverActions.enable#` is set.", | 622 | "markdownDescription": "Whether to show `Debug` action. Only applies when\n`#rust-analyzer.hoverActions.enable#` is set.", |
618 | "default": true, | 623 | "default": true, |