Skip to content

Commit d305c8d

Browse files
authored
Remove modifier from semantic token types since VS Code doesn't support it. (#1635)
1 parent 0ab5533 commit d305c8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/common/semanticTokens.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export class SemanticTokensFeature extends TextDocumentLanguageFeature<boolean |
6868
SemanticTokenTypes.method,
6969
SemanticTokenTypes.macro,
7070
SemanticTokenTypes.keyword,
71-
SemanticTokenTypes.modifier,
7271
SemanticTokenTypes.comment,
7372
SemanticTokenTypes.string,
7473
SemanticTokenTypes.number,

0 commit comments

Comments
 (0)