From 97b55a3aec38a0a2712bfb40d5fff0188c123246 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Thu, 17 Mar 2022 11:00:49 -0700 Subject: [PATCH] Add several more commands to activation events So you can view the logs, open the examples, or generate a bug report before the extension is activated. --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a9500251d..7ea053c8bd 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,10 @@ "onCommand:PowerShell.ShowSessionConsole", "onCommand:PowerShell.ShowSessionMenu", "onCommand:PowerShell.RestartSession", + "onCommand:PowerShell.ShowLogs", + "onCommand:PowerShell.OpenLogFolder", + "onCommand:PowerShell.GenerateBugReport", + "onCommand:PowerShell.OpenExamplesFolder", "onCommand:PowerShell.EnableISEMode", "onCommand:PowerShell.DisableISEMode", "onView:PowerShellCommands" @@ -621,7 +625,7 @@ "powershell.bugReporting.project": { "type": "string", "default": "https://github.com/PowerShell/vscode-powershell", - "description": "Specifies the url of the GitHub project in which to generate bug reports." + "description": "Specifies the URL of the GitHub project in which to generate bug reports." }, "powershell.helpCompletion": { "type": "string",