vscode/test/automation
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
..
src Revert Enablement of EditContext on Insiders (#235062) 2024-12-03 08:37:57 +01:00
tools Fix extensions smoke test (#195264) 2023-10-10 20:11:30 +02:00
.gitignore
.npmignore
README.md
package-lock.json Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2024-09-09 22:43:29 -07:00
package.json Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2024-09-09 22:43:29 -07:00
tsconfig.json Fix some always true/false errors in codebase (#223359) 2024-07-30 15:37:27 -07:00

README.md

VS Code Automation Package

This package contains functionality for automating various components of the VS Code UI, via an automation "driver" that connects from a separate process. It is used by the smoke tests.