Remove redundant activation events (#172062)

This commit is contained in:
Joyce Er
2023-02-06 09:38:15 -08:00
committed by GitHub
parent 9020b093a6
commit affa0691f9
3 changed files with 2 additions and 7 deletions

View File

@@ -13,8 +13,7 @@
"icon": "icons/json.png",
"activationEvents": [
"onLanguage:json",
"onLanguage:jsonc",
"onCommand:json.clearCache"
"onLanguage:jsonc"
],
"main": "./client/out/node/jsonClientMain",
"browser": "./client/dist/browser/jsonClientMain",