This commit is contained in:
Pine Wu
2020-03-05 11:34:58 -08:00
parent 403f8669d8
commit 67e6aef0c8
23 changed files with 481 additions and 10625 deletions

View File

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