mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-01 13:15:50 +01:00
808266d4de
* initial wip in the extension host * wip * wip * wip * continued progress * update api from discussion * update for new proposal * wip * update to lastest testing api, almost everything working Refs https://github.com/microsoft/vscode/issues/115089 Design https://gist.github.com/connor4312/73f1883d720654834b7fd40550d3b6e0 * re-wire retirement state * update actions to new async test structure * minor cleanup * remove unused es2018 that failed build
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.