Skip to content

Commit

Permalink
Fixes issue #106 - coc-powershell fails to open automatically for ps1… (
Browse files Browse the repository at this point in the history
#108)

* Fixes issue #106 - coc-powershell fails to open automatically for ps1 filetypes.

* Update package.json

Co-authored-by: corbob <[email protected]>

Co-authored-by: Brian McGraw <[email protected]>
Co-authored-by: corbob <[email protected]>
  • Loading branch information
3 people authored Aug 31, 2020
1 parent 812b5b7 commit 87bddea
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 @@ -32,7 +32,11 @@
"coc.nvim"
],
"activationEvents": [
"onLanguage:ps1"
"onLanguage:ps1",
"onLanguage:powershell",
"onLanguage:PowerShell",
"onLanguage:Powershell",
"onLanguage:pwsh"
],
"main": "out/client/extension.js",
"files": [
Expand Down

0 comments on commit 87bddea

Please sign in to comment.