We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cc61a commit 518fcb8Copy full SHA for 518fcb8
src/vs/workbench/contrib/codeEditor/browser/semanticTokensHelp.ts
@@ -48,7 +48,7 @@ export class SemanticTokensHelp extends Disposable implements IEditorContributio
48
'Variable 1 will be a theme name.'
49
]
50
},
51
- "Semantic highlighting has been applied on top of the syntax highlighting of {0} as current the theme ({1}) has semantic highlighting enabled.",
+ "Semantic highlighting has been applied to '{0}' as the theme '{1}' has semantic highlighting enabled.",
52
path.basename(model.uri.path), _themeService.getColorTheme().label
53
);
54
0 commit comments