-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
When installing this plugin, there are some problems with the semantic token type in other languages.
The following examples are in a typescript file.
I think language-specific scopes should be set in the package.json.
Lines 32 to 46 in 40146b2
"semanticTokenScopes": [ | |
{ | |
"scopes": { | |
"interface": [ | |
"entity.name.tag" | |
], | |
"modifier": [ | |
"punctuation.definition.tag" | |
], | |
"type": [ | |
"support.type.primitive" | |
] | |
} | |
} | |
], |
Metadata
Metadata
Assignees
Labels
No labels