Skip to content

Commit f593e17

Browse files
authored
feat(package.json): add activation events for langs - #356 (#379)
1 parent 7c2ee29 commit f593e17

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
"R",
2929
"R Markdown"
3030
],
31-
"activationEvents": [],
31+
"activationEvents": [
32+
"onLanguage:r",
33+
"onLanguage:rmd",
34+
"onLanguage:qmd",
35+
"onLanguage:ipynb"
36+
],
3237
"main": "./dist/node/extension.js",
3338
"browser": "./dist/web/extension.js",
3439
"contributes": {
@@ -829,4 +834,4 @@
829834
"tsdoc/syntax": "off"
830835
}
831836
}
832-
}
837+
}

0 commit comments

Comments
 (0)