mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
New files: - web.test.ts: TestSessionsBrowserMain with MockChatEntitlementService - web.test.factory.ts: Factory using TestSessionsBrowserMain - sessions.web.test.internal.ts: Test entry point Server uses test entry point when --mock, which injects a mock IChatEntitlementService returning ChatEntitlement.Free with installed=true, so Sessions thinks the user is signed in. Also adds ESLint import patterns for sessions web entry points. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>