Skip to content

Commit

Permalink
activate on onLanguage event
Browse files Browse the repository at this point in the history
This seems to activate the extension earlier and allows language extensions to depend
on the loaded nix environment. See arrterian#80
  • Loading branch information
hagl committed Jul 14, 2023
1 parent 62f01e6 commit 57595c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"Other"
],
"activationEvents": [
"*"
"*",
"onLanguage"
],
"main": "./dist/main.js",
"contributes": {
Expand Down

0 comments on commit 57595c8

Please sign in to comment.