mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-10 00:27:05 -06:00
* edits: fix files created from background agents showing 0/0 in diff Our baseline lookup logic was aware of 'create' operations to show them at the right time, but if a created file was edited, we would incorrectly add a baseline for it anyway which caused issues. * trigger PR workflow on sessions branch