Skip to content

Commit d731614

Browse files
committed
With previous
1 parent b14b07f commit d731614

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,19 @@
2020
"license": "MIT",
2121
"displayName": "Relative Path",
2222
"activationEvents": [
23+
"onCommand:extension.relativePath"
2324
],
2425
"main": "./out/src/extension",
2526
"contributes": {
2627
"commands": [
2728
{
29+
"command": "extension.relativePath",
2830
"title": "Relative Path"
2931
}
3032
],
3133
"keybindings": [
3234
{
35+
"command": "extension.relativePath",
3336
"key": "ctrl+shift+h",
3437
"mac": "cmd+shift+h",
3538
"when": "editorTextFocus"

0 commit comments

Comments
 (0)