Skip to content

Commit 73ff73a

Browse files
committed
Remove superfluous activation events
1 parent 78f3a36 commit 73ff73a

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,9 @@
5555
"activationEvents": [
5656
"onDebugResolve:PowerShell",
5757
"onLanguage:powershell",
58-
"onCommand:PowerShell.OpenExamplesFolder",
5958
"onCommand:PowerShell.PickPSHostProcess",
6059
"onCommand:PowerShell.PickRunspace",
61-
"onCommand:PowerShell.SpecifyScriptArgs",
62-
"onCommand:PowerShell.ShowSessionConsole",
63-
"onCommand:PowerShell.ShowSessionMenu",
64-
"onCommand:PowerShell.RestartSession",
65-
"onCommand:PowerShell.ShowLogs",
66-
"onCommand:PowerShell.OpenLogFolder",
67-
"onCommand:PowerShell.GenerateBugReport",
68-
"onCommand:PowerShell.OpenExamplesFolder",
69-
"onCommand:PowerShell.EnableISEMode",
70-
"onCommand:PowerShell.DisableISEMode",
71-
"onCommand:PowerShell.ToggleISEMode",
72-
"onView:PowerShellCommands",
73-
"onWalkthrough:PowerShell"
60+
"onCommand:PowerShell.SpecifyScriptArgs"
7461
],
7562
"dependencies": {
7663
"@vscode/extension-telemetry": "^0.9.7",

0 commit comments

Comments
 (0)