Skip to content

Commit

Permalink
Activate extension immediately (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan authored Jan 17, 2025
1 parent 2d93f42 commit d6a970f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"Other"
],
"activationEvents": [
"onLanguage:r"
"onLanguage:r",
"workspaceContains:*.r",
"workspaceContains:*.R"
],
"main": "./dist/extension.js",
"contributes": {
Expand Down

0 comments on commit d6a970f

Please sign in to comment.