mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
The test/e2e/ directory was too deep for TypeScript to resolve imports back to src/vs/. Move to test/ (one level up) where imports work. E2E runner scripts (.cjs) and scenarios stay in test/e2e/. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>