mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
Keeps all E2E test code (mocks, runners, scenarios, extensions) in one place, separate from production Sessions code. Updates import paths, server path, and ESLint config. Note: ESLint import-patterns warnings remain because the relative imports from test/e2e/ depth don't match the restriction glob syntax. This is cosmetic — the imports are valid TypeScript. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>