File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export class PesterTestsFeature implements vscode.Disposable {
128
128
private async launch ( launchConfig ) : Promise < boolean > {
129
129
// Create or show the interactive console
130
130
// TODO: #367 Check if "newSession" mode is configured
131
- vscode . commands . executeCommand ( "PowerShell.ShowSessionConsole" , true ) ;
131
+ await vscode . commands . executeCommand ( "PowerShell.ShowSessionConsole" , true ) ;
132
132
133
133
// Write out temporary debug session file
134
134
await this . sessionManager . writeSessionFile (
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export class RunCodeFeature implements vscode.Disposable {
40
40
41
41
private async launch ( launchConfig : string | vscode . DebugConfiguration ) {
42
42
// Create or show the interactive console
43
- // TODO #367: Check if "newSession" mode is configured
43
+ // TODO: #367: Check if "newSession" mode is configured
44
44
await vscode . commands . executeCommand ( "PowerShell.ShowSessionConsole" , true ) ;
45
45
46
46
// Write out temporary debug session file
You can’t perform that action at this time.
0 commit comments