vscode/test
Aiday Marlen Kyzy 45385e1c6f
Revert Enablement of EditContext on Insiders (#235062)
Revert "Reenabling EditContext by default on Insiders (#234888)"

This reverts commit a47f407e38.
2024-12-03 08:37:57 +01:00
..
automation Revert Enablement of EditContext on Insiders (#235062) 2024-12-03 08:37:57 +01:00
integration Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2024-09-09 22:43:29 -07:00
leaks
monaco ci: check for clean git state in npm validation (#230479) 2024-10-04 11:04:18 -07:00
smoke Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2024-09-09 22:43:29 -07:00
unit tweak inline chat hint (#234821) 2024-11-28 12:58:47 +01:00
.mocharc.json
README.md
cgmanifest.json
package.json

README.md

VSCode Tests

Contents

This folder contains the various test runners for VSCode. 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)