We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216e6f6 commit 05ad596Copy full SHA for 05ad596
package.json
@@ -50,10 +50,12 @@
50
"activationEvents": [
51
"onAuthenticationRequest:gitlens-gitkraken",
52
"onFileSystem:gitlens",
53
- "onWebviewPanel:gitlens.welcome",
54
- "onWebviewPanel:gitlens.settings",
55
- "onWebviewPanel:gitlens.graph",
56
"onWebviewPanel:gitlens.focus",
+ "onWebviewPanel:gitlens.graph",
+ "onWebviewPanel:gitlens.patchDetails",
+ "onWebviewPanel:gitlens.settings",
57
+ "onWebviewPanel:gitlens.timeline",
58
+ "onWebviewPanel:gitlens.welcome",
59
"onStartupFinished"
60
],
61
"capabilities": {
0 commit comments