Skip to content

Commit fe379be

Browse files
Require reload for all highlighting changes
1 parent 34c6ae4 commit fe379be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class Config {
3333
"cargoFeatures",
3434
"excludeGlobs",
3535
"useClientWatching",
36-
"highlighting.semanticTokens",
36+
"highlighting",
3737
"updates.channel",
3838
]
3939
.map(opt => `${this.rootSection}.${opt}`);

0 commit comments

Comments
 (0)