Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Dec 17, 2024
1 parent 0d5a12e commit 28d5754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/datascience/widgets/commUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class Utils {
}
}

export async function hideOutputPanel(){
export async function hideOutputPanel() {
// Work around for the removal of the command `workbench.action.closePanel`.
await commands.executeCommand('workbench.action.terminal.killAll');
// await commands.executeCommand('workbench.action.terminal.new');
Expand Down

0 comments on commit 28d5754

Please sign in to comment.