Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 8324d7b

Browse files
committed
add missing activation event
1 parent 6f631ec commit 8324d7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Reference Search View",
44
"icon": "media/icon.png",
55
"description": "Reference Search results as separate, stable view in the sidebar",
6-
"version": "0.0.32",
6+
"version": "0.0.33",
77
"publisher": "ms-vscode",
88
"engines": {
99
"vscode": "^1.39.0"
@@ -20,6 +20,7 @@
2020
],
2121
"activationEvents": [
2222
"onCommand:references-view.find",
23+
"onCommand:references-view.findImplementations",
2324
"onCommand:editor.action.showReferences",
2425
"onView:references-view.tree"
2526
],

0 commit comments

Comments
 (0)