mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-08 09:23:38 +01:00
`whenWorkbenchRestored()` can be answered by the pre-reload document, so the 'Extension Host Restart' tests continued while the window was still reloading. The next test then dispatched its command palette keybinding into a tearing down window, `openQuickAccessWithRetry` exhausted its retries and fell through to `type()`, which failed with a misleading 'set value ... after 20 seconds'. Add `Code#reloadWindow()` which stamps the current document, triggers the reload and waits for a new document before awaiting the workbench restore.
VS Code Tests
Contents
This folder contains the various test runners for VS Code. Please refer to the documentation within for how to run them: