Files
vscode/test
Anthony KimandGitHub 2e5a3ab675 fix: exclude arm64 MSAL runtime from VersionInfo sanity (#329628)
win32-arm64 scheduled builds fail validateAllVersionInfo on
msalruntime_arm64.dll from @github/copilot-win32-arm64. The DLL has
the same unusable ProductName VersionInfo as the already-excluded
x64 msalruntime.dll; cover both names.
2026-08-07 22:46:26 +00: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)