Skip to content

Commit 647838a

Browse files
authored
docs(vscode): list the four missing modules in the extension-host file map (#246)
2 parents c856be0 + 6701ec8 commit 647838a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/specs/vscode.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Extension Host (vscode-ext/src/)
1717
├── pty-manager.ts — PTY lifecycle, buffering (1M char cap), CWD queries
1818
├── pty-host.js — forked child process wrapping pty-core via node-pty
1919
├── 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)
2024
├── webview-html.ts — CSP injection, nonce generation, asset URI rewriting
2125
└── log.ts — extension logging
2226

0 commit comments

Comments
 (0)