mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
remove redudant activation events for references viewlet (#173008)
https://github.com/microsoft/vscode-internalbacklog/issues/3442
This commit is contained in:
@@ -27,12 +27,7 @@
|
||||
],
|
||||
"activationEvents": [
|
||||
"onCommand:references-view.find",
|
||||
"onCommand:references-view.findReferences",
|
||||
"onCommand:references-view.findImplementations",
|
||||
"onCommand:references-view.showCallHierarchy",
|
||||
"onCommand:references-view.showTypeHierarchy",
|
||||
"onCommand:editor.action.showReferences",
|
||||
"onView:references-view.tree"
|
||||
"onCommand:editor.action.showReferences"
|
||||
],
|
||||
"main": "./out/extension",
|
||||
"browser": "./dist/extension.js",
|
||||
|
||||
Reference in New Issue
Block a user