mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
This commit partially addresses the issue of duplicate handler calls by removing an unnecessary instantiation of TerminalManager in registerTerminalActions.ts. Move the getTerminalContents method from TerminalManager to Terminal class as a static method and update all references to use the new location. Fixes: #1380 Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org> |
||
|---|---|---|
| .. | ||
| createRooCodeAPI.ts | ||
| handleUri.ts | ||
| humanRelay.ts | ||
| index.ts | ||
| registerCodeActions.ts | ||
| registerCommands.ts | ||
| registerTerminalActions.ts | ||