Revert "Fix #73803"

This reverts commit 67e6aef0c8.
This commit is contained in:
Pine Wu
2020-03-06 00:30:14 -08:00
parent a8ff40791d
commit 2362584a62
23 changed files with 10625 additions and 481 deletions

View File

@@ -22,7 +22,8 @@
"devDependencies": {
"@types/node": "^12.11.7",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7"
"mocha-multi-reporters": "^1.1.7",
"vscode": "1.1.5"
},
"contributes": {
"semanticTokenTypes": [
@@ -40,9 +41,7 @@
"semanticTokenStyleDefaults": [
{
"selector": "testToken",
"scope": [
"entity.name.function.special"
]
"scope": [ "entity.name.function.special" ]
},
{
"selector": "*.testModifier",