mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 12:51:00 +01:00
789c320a1c
* Replace mkdirp with fs.mkdirSync(path, { recursive: true })
(fix #227931)
* compile
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.