feat: add Phase 6 isolated extension host shell (#245) - #249
Merged
Conversation
ExtensionHostKind.LocalIsolatedProcess を追加し、設定で指定した言語系拡張を専用の isolated 拡張ホストプロセスで実行する基盤(shell)を実装。デフォルト無効(isolatedEnabled=false)で挙動不変。アクティベート検証は Phase 7 に延期。 Co-Authored-By: Claude <noreply@anthropic.com>
This was referenced Jul 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.
Closes #245
概要
Phase 6:
ExtensionHostKind.LocalIsolatedProcessを追加し、設定で指定した言語系拡張を専用の isolated 拡張ホストプロセスで実行する基盤(shell)を実装。デフォルト無効で挙動不変。変更内容
LocalIsolatedProcessの kind / RunningLocation / 第三 bucket(LocalProcess・LocalWebWorker と対称)hasLocalIsolatedProcessExtensions()で拡張あり時のみ)とクラッシュ分離(stopOneのみ、他 EH を巻き込まない)coderm.languageHost.isolatedExtensionsへの振り分け、_isolatedCrashTracker(自動 restart)localProcessExtensionHost.tsの clone(coderm:チャネル、isolatedExtensionHostkind)kindオプションでプロセス名を切替(isolated-extension-host)isolatedEnabled(false) /isolatedExtensions([]) 設定受入基準
isolatedEnabled=false(デフォルト)で挙動不変確認事項
npm run compile通過(0 errors)🤖 Generated with Claude Code