We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2ee29 commit f593e17Copy full SHA for f593e17
1 file changed
package.json
@@ -28,7 +28,12 @@
28
"R",
29
"R Markdown"
30
],
31
- "activationEvents": [],
+ "activationEvents": [
32
+ "onLanguage:r",
33
+ "onLanguage:rmd",
34
+ "onLanguage:qmd",
35
+ "onLanguage:ipynb"
36
+ ],
37
"main": "./dist/node/extension.js",
38
"browser": "./dist/web/extension.js",
39
"contributes": {
@@ -829,4 +834,4 @@
829
834
"tsdoc/syntax": "off"
830
835
}
831
836
832
-}
837
+}
0 commit comments