mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
rename to semanticTokenStyleDefaults.scope
This commit is contained in:
@@ -40,7 +40,11 @@
|
||||
],
|
||||
"semanticTokenStyleDefaults": [
|
||||
{
|
||||
"selector": "testToken.testModifier",
|
||||
"selector": "testToken",
|
||||
"scope": [ "support.other.variable.test" ]
|
||||
},
|
||||
{
|
||||
"selector": "*.testModifier",
|
||||
"light": {
|
||||
"fontStyle": "bold"
|
||||
},
|
||||
@@ -50,7 +54,6 @@
|
||||
"highContrast": {
|
||||
"fontStyle": "bold"
|
||||
}
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user