[cherry-pick] Run Agents App in transient mode when VS Code is launched with --transient#312733
Merged
sandy081 merged 1 commit intorelease/1.118from Apr 27, 2026
Merged
[cherry-pick] Run Agents App in transient mode when VS Code is launched with --transient#312733sandy081 merged 1 commit intorelease/1.118from
sandy081 merged 1 commit intorelease/1.118from
Conversation
…ed with --transient
Contributor
Author
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @deepak1556Matched files:
|
lszomoru
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of #312693 from
main.Summary
When VS Code is launched with
--transient, the Agents App now also runs in transient mode with its own dedicated temporary user data and extensions directories, created under the same temp parent folder.Changes
argv.ts(common + node): Add--agents-user-data-dirand--agents-extensions-dirCLI argscli.ts: In the--transientblock, createagents-data/andagents-extensions/subdirs alongside the existing temp dirs, pass them via the new args, and include them in the relaunch hint messagenativeHostMainService.ts: When launching the sibling Agents app (launchSiblingApp), forward the transient dirs as--user-data-dirand--extensions-dirso the Agents process also runs fully isolated in transient mode