Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Dec 17, 2024
1 parent 28d5754 commit 570cf39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/datascience/widgets/commUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class Utils {

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');
// await commands.executeCommand('workbench.action.togglePanel');
// await commands.executeCommand('workbench.action.terminal.killAll');
await commands.executeCommand('workbench.action.problems.focus');
await commands.executeCommand('workbench.action.togglePanel');
}

0 comments on commit 570cf39

Please sign in to comment.