Skip to content

Commit 7af95bb

Browse files
authored
fix: add support to activate the extension on json files (#125)
1 parent 27f6afd commit 7af95bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"activationEvents": [
3333
"onLanguage:yml",
3434
"onLanguage:yaml",
35+
"onLanguage:json",
3536
"onCommand:asyncapi.preview"
3637
],
3738
"main": "./dist/extension.js",

0 commit comments

Comments
 (0)