Skip to content

Commit

Permalink
Added activation events
Browse files Browse the repository at this point in the history
  • Loading branch information
liorsagy committed Nov 9, 2021
1 parent 9890b42 commit d851e52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"onLanguage:objective-cpp",
"onCommand:clangd.activate",
"onCommand:clangd.install",
"onCommand:clangd.update"
"onCommand:clangd.update",
"onCommand:calngd.restart",
"onCommand:clangd.switchheadersource",
"onCommand:clangd.projectConfig",
"onCommand:clangd.userConfig"
],
"main": "./out/src/extension",
"scripts": {
Expand Down

0 comments on commit d851e52

Please sign in to comment.