diff --git a/editors/code/package.json b/editors/code/package.json index 2a89987e84..c5f9d50ace 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -379,6 +379,20 @@ "highContrast": "#BEBEBE" } } + ], + "semanticTokenStyleDefaults": [ + { + "selector": "*.mutable", + "light": { + "fontStyle": "underline" + }, + "dark": { + "fontStyle": "underline" + }, + "highContrast": { + "fontStyle": "underline" + } + } ] } }