We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c856be0 + 6701ec8 commit 647838aCopy full SHA for 647838a
1 file changed
docs/specs/vscode.md
@@ -17,6 +17,10 @@ Extension Host (vscode-ext/src/)
17
├── pty-manager.ts — PTY lifecycle, buffering (1M char cap), CWD queries
18
├── pty-host.js — forked child process wrapping pty-core via node-pty
19
├── session-state.ts — workspaceState persistence + alert state merging
20
+├── workspace-chrome.ts — reflect Workspace union status (bell/TODO) onto native chrome title
21
+├── shell-selection.ts — persisted shell picker (workspace/global selectedShellPath)
22
+├── agent-browser-host.ts — extension-host wiring + stream relay for the agent-browser surface
23
+├── iframe-proxy-host.ts — VS Code binding for the iframe transparent proxy (injects the logger)
24
├── webview-html.ts — CSP injection, nonce generation, asset URI rewriting
25
└── log.ts — extension logging
26
0 commit comments