Benjamin Pasero 789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) пре 2 недеља
..
src 789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) пре 2 недеља
tools 2f51809ca3 Fix extensions smoke test (#195264) пре 11 месеци
.gitignore dd90a90a60 Fix minor packaging issues in automation lib пре 4 година
.npmignore dd90a90a60 Fix minor packaging issues in automation lib пре 4 година
README.md 4f2c387de1 Refactor smoke UI automation into separate package пре 5 година
package-lock.json 789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) пре 2 недеља
package.json 789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) пре 2 недеља
tsconfig.json 84607a2fe2 Fix some always true/false errors in codebase (#223359) пре 1 месец

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.