Skip to content

Commit 80ff8f1

Browse files
authored
Merge pull request #237 from RedisInsight/feature/start_extension_after_click
activate extension after click on icon in the sidebar
2 parents fb10d4b + 25b38bf commit 80ff8f1

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
@@ -44,7 +44,7 @@
4444
"vscode": "^1.87.0"
4545
},
4646
"activationEvents": [
47-
"onStartupFinished"
47+
"onView:ri-sidebar-view"
4848
],
4949
"contributes": {
5050
"viewsContainers": {

0 commit comments

Comments
 (0)