Skip to content

Commit 4088e12

Browse files
authored
refactor: Modify activationEvents (#29)
1 parent 38dbdbb commit 4088e12

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,11 @@
131131
]
132132
},
133133
"activationEvents": [
134-
"onStartupFinished"
134+
"onLanguage:viml",
135+
"onLanguage:vim-help",
136+
"onLanguage:vim-snippet",
137+
"onLanguage:vim-markdown",
138+
"workspaceContains:**/.*txt"
135139
],
136140
"main": "./out/extension.js",
137141
"dependencies": {

0 commit comments

Comments
 (0)