Benjamin Pasero 789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2 weeks ago
..
src 789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2 weeks ago
tools 2f51809ca3 Fix extensions smoke test (#195264) 11 months ago
.gitignore dd90a90a60 Fix minor packaging issues in automation lib 4 years ago
.npmignore dd90a90a60 Fix minor packaging issues in automation lib 4 years ago
README.md 4f2c387de1 Refactor smoke UI automation into separate package 5 years ago
package-lock.json 789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2 weeks ago
package.json 789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2 weeks ago
tsconfig.json 84607a2fe2 Fix some always true/false errors in codebase (#223359) 1 month ago

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.