rename to semanticTokenStyleDefaults.scope

This commit is contained in:
Martin Aeschlimann
2020-01-30 16:14:50 +01:00
parent c88756957a
commit 9b398ecf88
2 changed files with 12 additions and 9 deletions

View File

@@ -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"
}
}
]
}