mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-01 03:57:15 +01:00
f3176866ad
Move `requestfailed` (context + page) and console error/warning logging out of the `--verbose` block in the Playwright browser driver so they are always captured. Without this, a stalled or aborted module fetch during web workbench bootstrap can prevent `.monaco-workbench` from rendering without producing a page error, crash or HTTP error response, leaving the failure (a 20s timeout) impossible to root cause from CI logs. The chatty lifecycle events stay gated behind `--verbose`. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
VS Code Automation Package
This package contains functionality for automating various components of the VS Code UI, via an automation "driver" that connects from a separate process. It is used by the smoke tests.