diff options
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 5ce59e54a..79410ad10 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -517,6 +517,10 @@ | |||
517 | "id": "union", | 517 | "id": "union", |
518 | "description": "Style for C-style untagged unions", | 518 | "description": "Style for C-style untagged unions", |
519 | "superType": "type" | 519 | "superType": "type" |
520 | }, | ||
521 | { | ||
522 | "id": "unresolvedReference", | ||
523 | "description": "Style for names which can not be resolved due to compilation errors" | ||
520 | } | 524 | } |
521 | ], | 525 | ], |
522 | "semanticTokenModifiers": [ | 526 | "semanticTokenModifiers": [ |