This commit is contained in:
Aleksey Kladov 2020-02-26 18:20:38 +01:00
parent cfc6abed9d
commit 723e83fb25

View File

@ -379,6 +379,20 @@
"highContrast": "#BEBEBE"
}
}
],
"semanticTokenStyleDefaults": [
{
"selector": "*.mutable",
"light": {
"fontStyle": "underline"
},
"dark": {
"fontStyle": "underline"
},
"highContrast": {
"fontStyle": "underline"
}
}
]
}
}