MCPcopy Index your code
hub / github.com/microsoft/vscode / whenWorkbenchRestored

Method whenWorkbenchRestored

test/automation/src/code.ts:333–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331 }
332
333 async whenWorkbenchRestored(): Promise<void> {
334 await this.poll(() => this.driver.whenWorkbenchRestored(), () => true, `when workbench restored`);
335 }
336
337 getLocaleInfo(): Promise<ILocaleInfo> {
338 return this.driver.getLocaleInfo();

Callers

nothing calls this directly

Calls 2

pollMethod · 0.95
whenWorkbenchRestoredMethod · 0.65

Tested by

no test coverage detected