Skip to content

Commit 82c1f96

Browse files
committed
feat:
- trying to change the activation event so vscode-neovim recognizes the commands
1 parent 41c690a commit 82c1f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"vscode": "^1.98.0"
3434
},
3535
"activationEvents": [
36-
"onStartupFinished"
36+
"*"
3737
],
3838
"contributes": {
3939
"commands": [

0 commit comments

Comments
 (0)