Skip to content

Commit

Permalink
fix: add support to activate the extension on json files (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangsa committed Sep 30, 2022
1 parent 27f6afd commit 7af95bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"activationEvents": [
"onLanguage:yml",
"onLanguage:yaml",
"onLanguage:json",
"onCommand:asyncapi.preview"
],
"main": "./dist/extension.js",
Expand Down

0 comments on commit 7af95bb

Please sign in to comment.