remove redudant activation events for references viewlet (#173008)

https://github.com/microsoft/vscode-internalbacklog/issues/3442
This commit is contained in:
Johannes Rieken 2023-02-01 09:56:12 +01:00 committed by GitHub
parent f1544a4a8b
commit d9ad2139a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",