mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-24 09:21:35 +01:00
6012003733
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>