mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Activate configuration-editing extension when jsonc files are opened (#214659)
Fix #182700
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
"icon": "images/icon.png",
|
||||
"activationEvents": [
|
||||
"onProfile",
|
||||
"onProfile:github"
|
||||
"onProfile:github",
|
||||
"onLanguage:json",
|
||||
"onLanguage:jsonc"
|
||||
],
|
||||
"enabledApiProposals": [
|
||||
"profileContentHandlers"
|
||||
|
||||
Reference in New Issue
Block a user