Skip to content

Commit

Permalink
�sce package wants �ctivationEvents back.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Feb 14, 2023
1 parent e9427b6 commit e626e4d
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Navi Parens",
"description": "Navigate structured code with convenient key shortcuts.",
"icon": "iconSmall.png",
"version": "1.2.0",
"version": "1.2.1",
"engines": {
"vscode": "^1.73.0"
},
Expand All @@ -21,6 +21,30 @@
"bugs": {
"url": "https://github.com/lukstafi/navi-parens/issues"
},
"activationEvents": [
"onCommand:navi-parens.goPastNextScope",
"onCommand:navi-parens.goPastPreviousScope",
"onCommand:navi-parens.goToUpScope",
"onCommand:navi-parens.goToDownScope",
"onCommand:navi-parens.goToBeginScope",
"onCommand:navi-parens.goToEndScope",
"onCommand:navi-parens.selectPastNextScope",
"onCommand:navi-parens.selectPastPreviousScope",
"onCommand:navi-parens.selectToUpScope",
"onCommand:navi-parens.selectToDownScope",
"onCommand:navi-parens.selectToBeginScope",
"onCommand:navi-parens.selectToEndScope",
"onCommand:navi-parens.goToPreviousEmptyLine",
"onCommand:navi-parens.goToNextEmptyLine",
"onCommand:navi-parens.goPastPreviousWord",
"onCommand:navi-parens.goPastNextWord",
"onCommand:navi-parens.selectToPreviousEmptyLine",
"onCommand:navi-parens.selectToNextEmptyLine",
"onCommand:navi-parens.selectPastPreviousWord",
"onCommand:navi-parens.selectPastNextWord",
"onCommand:navi-parens.cycleBracketScopeMode",
"onCommand:navi-parens.cycleBlockScopeMode"
],
"main": "./out/extension.js",
"contributes": {
"commands": [
Expand Down

0 comments on commit e626e4d

Please sign in to comment.