Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode
/ wait
Method
wait
test/automation/src/code.ts:349–351 ·
view source on GitHub ↗
(millis: number)
Source
from the content-addressed store, hash-verified
347
}
348
349
wait(millis: number): Promise<void> {
350
return
this.driver.wait(millis);
351
}
352
353
private
async
poll<T>(
354
fn: () => Promise<T>,
Callers
8
exit
Method · 0.95
poll
Method · 0.95
openFileQuickAccessAndWait
Method · 0.45
openQuickAccessWithRetry
Method · 0.45
runCommand
Method · 0.45
runCommand
Method · 0.45
runCommandWithValue
Method · 0.45
activate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected