Roo-Code/src/activate
Eric Wheeler e24e5b24d4 refactor: move getTerminalContents to Terminal class
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>
2025-03-10 20:55:05 -07:00
..
createRooCodeAPI.ts Rename ClineAPI to RooCodeAPI and improve types 2025-03-10 11:16:38 -07:00
handleUri.ts Extension activation cleanup 2025-01-31 21:23:07 -08:00
humanRelay.ts Follow the established pattern for command registration 2025-03-10 11:12:11 -07:00
index.ts Revert "Remove terminal actions" 2025-03-10 20:53:36 -07:00
registerCodeActions.ts Extension activation cleanup 2025-01-31 21:23:07 -08:00
registerCommands.ts Follow the established pattern for command registration 2025-03-10 11:12:11 -07:00
registerTerminalActions.ts refactor: move getTerminalContents to Terminal class 2025-03-10 20:55:05 -07:00