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

Method hideProblemsView

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

Source from the content-addressed store, hash-verified

23 }
24
25 async hideProblemsView(): Promise<any> {
26 await this.quickAccess.runCommand('workbench.actions.view.problems');
27 await this.code.waitForElement(Problems.PROBLEMS_VIEW_SELECTOR, el => !el);
28 }
29
30 async waitForProblemsView(): Promise<void> {
31 await this.code.waitForElement(Problems.PROBLEMS_VIEW_SELECTOR);

Callers 2

setupFunction · 0.80
applyProblemsToolsFunction · 0.80

Calls 2

runCommandMethod · 0.65
waitForElementMethod · 0.45

Tested by 1

setupFunction · 0.64