mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Contribute to json language server with a custom language. (#198583)
* Contribute to json language server with a custom language. * Add `snippets` to `"activationEvents"` * Remove hardcoded `snippets` from `documentSettings` * Fix wrong variable in `!isEqualSet()` * Use `extensions.allAcrossExtensionHosts` instead of `extensions.all` * enable `"enabledApiProposals"` for `extensions.allAcrossExtensionHosts` * Fix error: `Property 'allAcrossExtensionHosts' does not exist on type 'typeof extensions'` * Remove `snippets`
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
"engines": {
|
||||
"vscode": "^1.77.0"
|
||||
},
|
||||
"enabledApiProposals": [],
|
||||
"enabledApiProposals": [
|
||||
"extensionsAny"
|
||||
],
|
||||
"icon": "icons/json.png",
|
||||
"activationEvents": [
|
||||
"onLanguage:json",
|
||||
|
||||
Reference in New Issue
Block a user