Skip to content

Commit 518fcb8

Browse files
committed
improve message
1 parent 51cc61a commit 518fcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/codeEditor/browser/semanticTokensHelp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class SemanticTokensHelp extends Disposable implements IEditorContributio
4848
'Variable 1 will be a theme name.'
4949
]
5050
},
51-
"Semantic highlighting has been applied on top of the syntax highlighting of {0} as current the theme ({1}) has semantic highlighting enabled.",
51+
"Semantic highlighting has been applied to '{0}' as the theme '{1}' has semantic highlighting enabled.",
5252
path.basename(model.uri.path), _themeService.getColorTheme().label
5353
);
5454

0 commit comments

Comments
 (0)