Skip to content

Commit c24b675

Browse files
committed
don't mess with terminal size
1 parent 8f996dd commit c24b675

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/commands.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,6 @@ export class Commands {
441441
} else {
442442
terminal.sendText("need workspace name")
443443
}
444-
445-
// Maximise the terminal and switch focus to the launch terminal window.
446-
vscode.commands.executeCommand("workbench.action.toggleMaximizedPanel")
447444
terminal.show(false)
448445
});
449446
}

0 commit comments

Comments
 (0)