Skip to content

Commit

Permalink
activation event updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Jan 18, 2022
1 parent 61c40e7 commit 620738b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@
"theme": "dark"
},
"activationEvents": [
"onStartupFinished"
"onLanguage:html",
"onLanguage:css",
"onLanguage:svg",
"onLanguage:js",
"onCommand:extension.liveServer.goOnline",
"onCommand:extension.liveServer.goOffline",
"onCommand:extension.liveServer.changeWorkspace"
],
"main": "./out/src/extension.js",
"contributes": {
Expand Down

0 comments on commit 620738b

Please sign in to comment.