Skip to content

Commit 1a13c43

Browse files
committed
Fix PowerShell#786: Running 'Show Integrated Console' should start the extension
1 parent aac0fdb commit 1a13c43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"onCommand:PowerShell.OpenExamplesFolder",
3232
"onCommand:PowerShell.StartDebugSession",
3333
"onCommand:PowerShell.PickPSHostProcess",
34-
"onCommand:PowerShell.SpecifyScriptArgs"
34+
"onCommand:PowerShell.SpecifyScriptArgs",
35+
"onCommand:PowerShell.ShowSessionConsole"
3536
],
3637
"dependencies": {
3738
"vscode-languageclient": "^3.2.2"

0 commit comments

Comments
 (0)