Skip to content

Commit 351d6ac

Browse files
Add several more commands to activation events (#3883)
So you can view the logs, open the examples, or generate a bug report before the extension is activated.
1 parent 045e808 commit 351d6ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
"onCommand:PowerShell.ShowSessionConsole",
3838
"onCommand:PowerShell.ShowSessionMenu",
3939
"onCommand:PowerShell.RestartSession",
40+
"onCommand:PowerShell.ShowLogs",
41+
"onCommand:PowerShell.OpenLogFolder",
42+
"onCommand:PowerShell.GenerateBugReport",
43+
"onCommand:PowerShell.OpenExamplesFolder",
4044
"onCommand:PowerShell.EnableISEMode",
4145
"onCommand:PowerShell.DisableISEMode",
4246
"onView:PowerShellCommands"
@@ -621,7 +625,7 @@
621625
"powershell.bugReporting.project": {
622626
"type": "string",
623627
"default": "https://github.com/PowerShell/vscode-powershell",
624-
"description": "Specifies the url of the GitHub project in which to generate bug reports."
628+
"description": "Specifies the URL of the GitHub project in which to generate bug reports."
625629
},
626630
"powershell.helpCompletion": {
627631
"type": "string",

0 commit comments

Comments
 (0)