Files
vscode/test
Osvaldo Ortega ca6f15ddcf Revert test/automation and test/smoke changes to match main
These files were added in an earlier commit on this branch but are not
part of the sessions e2e test framework (which lives under
src/vs/sessions/test/e2e/).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-02 18:04:04 -08: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)