Files
vscode/test
Benjamin Christopher SimmondsandCopilot df53daabb1 Pre-seed Integrated Browser smoke settings to avoid the relaunch prompt (#328972)
Pre-seed browser smoke settings instead of writing them at runtime

Setting window.menuStyle through the settings editor made SettingsChangeRelauncher pop a modal 'restart to take effect' dialog on Windows/Linux, which blocked the workbench and broke the first test. Seeding both settings on disk before launch means the values are already in effect when the window opens, so no relaunch prompt appears.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-08-04 15:30:20 +00:00
..
2026-07-22 09:23:06 -07:00
2026-07-22 09:23:06 -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)