Activate configuration-editing extension when jsonc files are opened (#214659)

Fix #182700
This commit is contained in:
Rob Lourens 2024-06-07 17:13:08 -07:00 committed by GitHub
parent 39b3c5b936
commit d40dff9ef9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,9 @@
"icon": "images/icon.png",
"activationEvents": [
"onProfile",
"onProfile:github"
"onProfile:github",
"onLanguage:json",
"onLanguage:jsonc"
],
"enabledApiProposals": [
"profileContentHandlers"