Files
vscode/test
7c3a00e043 Improve install extension failure diagnostics in sanity test (#318792)
Recurring transient failures of the desktop-linux-arm64 sanity test
surface only as 'Failed to install extension after 3 attempts' with no
context. This makes diagnosis hard.

- Carry the last per-attempt failure message into the final thrown error
- Capture a screenshot on each failed install attempt
- Log any visible Marketplace message during failed install attempts
- Add a 5s backoff between install retries

Refs microsoft/vscode-engineering#2877

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-28 10:59:00 -07:00
..

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:

  • unit: our suite of unit tests (README)
  • integration: our suite of API tests (README)
  • smoke: our suite of automated UI tests (README)
  • sanity: release sanity tests (README)