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

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.