MCPcopy
hub / github.com/microsoft/vscode / showProblemsView

Method showProblemsView

test/automation/src/problems.ts:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 constructor(private code: Code, private quickAccess: QuickAccess) { }
19
20 async showProblemsView(): Promise<any> {
21 await this.quickAccess.runCommand('workbench.panel.markers.view.focus');
22 await this.waitForProblemsView();
23 }
24
25 async hideProblemsView(): Promise<any> {
26 await this.quickAccess.runCommand('workbench.actions.view.problems');

Callers 2

setupFunction · 0.80
applyProblemsToolsFunction · 0.80

Calls 2

waitForProblemsViewMethod · 0.95
runCommandMethod · 0.65

Tested by 1

setupFunction · 0.64