mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 20:34:30 +01:00
367a5a0c59
- recognizes web urls; - checks that file path exists; - supports relative to workspace root paths (./foo); - supports relative to home dir paths (~/foo); - optional line/column; - smoke test.
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.