Skip to content

Commit dc19d64

Browse files
committed
Specify cotributed semanticTokenTypes in package.json
1 parent b1a5dc8 commit dc19d64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

editors/code/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,10 @@
534534
{
535535
"id": "unresolvedReference",
536536
"description": "Style for names which can not be resolved due to compilation errors"
537+
},
538+
{
539+
"id": "formatSpecifier",
540+
"description": "Style for {} placeholders in format strings"
537541
}
538542
],
539543
"semanticTokenModifiers": [

0 commit comments

Comments
 (0)