[json] Adapt language status indicator. Fixes #137288

This commit is contained in:
Martin Aeschlimann
2021-11-18 14:46:54 +01:00
parent 8c64e1ec31
commit 6651f8ab43
7 changed files with 121 additions and 7 deletions

View File

@@ -12,7 +12,8 @@
"icon": "icons/json.png",
"activationEvents": [
"onLanguage:json",
"onLanguage:jsonc"
"onLanguage:jsonc",
"onCommand:json.showSchemas"
],
"main": "./client/out/node/jsonClientMain",
"browser": "./client/dist/browser/jsonClientMain",
@@ -22,6 +23,9 @@
"supported": true
}
},
"enabledApiProposals": [
"languageStatus"
],
"scripts": {
"compile": "npx gulp compile-extension:json-language-features-client compile-extension:json-language-features-server",
"watch": "npx gulp watch-extension:json-language-features-client watch-extension:json-language-features-server",