Copilot "View All Edits" shows accepted/previous edits instead of only pending changed files
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.4k
- PR merge metrics
- PR metrics pending
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.134
- OS Version: Windows 11
Steps to Reproduce:
1. Use Copilot Agent across multiple turns and keep some earlier edits.
2. Make a new set of edits.
3. Chat shows, for example, 13 files changed.
4. Click View All Edits.
Actual
The Suggested Edits tab shows all files accumulated in the editing session — in my case 125 files — including previously kept edits.
Expected
Suggested Edits should show the same currently pending files reported by the chat UI — 13 files in this example.
The chat file list appears to filter to currently modified entries, while View All Edits opens the session-wide multi-diff without the same filtering.
Contributor guide
Assessment
This issue has not been assessed yet.