mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-18 21:36:52 +01:00
* Agent Host changes for osortega/agents/remove-all-the-code-for-backend-v1-of * Preserve pending cloud tasks until workspace opens Only consume cross-window task deep links after Git reports the matching repository, preventing the source window from clearing shared pending state. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Migrate cloud session state from pull request URIs PR-backed cloud tasks are listed under a stable /task/<id> resource and report the /<prNumber> URI they were previously listed under, so archived, pinned and read state migrates forward instead of being orphaned. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>