From 4b72d7e678689e7f81c6e7bc5a09c5b8ccc4fd76 Mon Sep 17 00:00:00 2001 From: Osvaldo Ortega Date: Thu, 5 Mar 2026 11:44:57 -0800 Subject: [PATCH] Open mock workspace folder when --mock is used Pre-sets the workspace to github-remote-file://mock-repo/ so the Sessions UI starts with a folder already open, backed by the mock file system provider from the E2E extension. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- scripts/code-sessions-web.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/code-sessions-web.js b/scripts/code-sessions-web.js index 8ce70b14703..5540f4206ef 100644 --- a/scripts/code-sessions-web.js +++ b/scripts/code-sessions-web.js @@ -137,7 +137,7 @@ ${importMapJson}