You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.color.mode.Semantic="Semantic color. You may need to set `editor.semanticHighlighting.enabled` to `true` to take effect."
84
84
config.color.mode.SemanticEnhanced="Enhanced semantic color. Like `Semantic`, but with additional analysis which might be more computationally expensive."
85
85
config.color.mode.Grammar="Grammar color."
86
+
config.semantic.enable="Enable semantic color. You may need to set `editor.semanticHighlighting.enabled` to `true` to take effect."
87
+
config.semantic.variable="Semantic coloring of variables/fields/parameters."
88
+
config.semantic.annotation="Semantic coloring of type annotations."
89
+
config.semantic.keyword="Semantic coloring of keywords/literals/operators. You only need to enable this feature if your editor cannot do syntax coloring."
0 commit comments