You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have a copilot-cli session with changes to files in your workspace
have a local session without any changes (e.g plan mode, simple question)
reload window
🐛 you get a bunch of save-participant notifications which is because the copilot-cli integration "restores/finds" the worktree and triggers save on each file
A stale copilotcli chat session is restored at window startup. The restore/close cycle
triggers a file save in a Copilot git worktree, which runs save participants (e.g., ESLint).
"chat.restoreLastPanelSession": true,Screen.Recording.2026-03-24.at.13.08.50.mov
AI Investigation
Root Cause (from log analysis)
A stale
copilotclichat session is restored at window startup. The restore/close cycletriggers a file save in a Copilot git worktree, which runs save participants (e.g., ESLint).
Timeline from logs (
20260324T111939/window1)Key observations
copilotclisessions affected — windows 2–5 activated viaonChatSession:claude-codeand showed no save activity.vscode.worktrees/copilot-steep-weasel/src/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.tscheckpoints: 0— stale session restored and immediately torn down.Expected Behavior
Restoring/closing a stale copilotcli session at startup should not trigger file saves or save participants.
VS Code Version
VS Code Insiders 1.113.0, Copilot Chat 0.41.2026032301