Specify cotributed semanticTokenTypes in package.json

This commit is contained in:
Aleksey Kladov 2020-05-04 13:10:59 +02:00
parent b1a5dc8c8b
commit dc19d64f0a

View file

@ -534,6 +534,10 @@
{
"id": "unresolvedReference",
"description": "Style for names which can not be resolved due to compilation errors"
},
{
"id": "formatSpecifier",
"description": "Style for {} placeholders in format strings"
}
],
"semanticTokenModifiers": [