MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / hideOutputPanel

Function hideOutputPanel

src/test/datascience/widgets/commUtils.ts:128–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126}
127
128export async function hideOutputPanel() {
129 // Work around for the removal of the command `workbench.action.closePanel`.
130 // await commands.executeCommand('workbench.action.terminal.killAll');
131 await commands.executeCommand('workbench.action.problems.focus');
132 await commands.executeCommand('workbench.action.togglePanel');
133}

Calls 1

executeCommandMethod · 0.65

Tested by

no test coverage detected