Roo-Code/src/activate
Greg Taylor 5fbf563216
Add an activation command for other extensions (#2073)
Since VS Code provides no actionEvents that trigger when a specific
extension activates, extensions can't activate only once Roo is
activated and ready.

This commit introduces a new roo-cline.activationCompleted command
and fires it at the very end of extension activation. Other
extensions that use Roo's exported APIs can now activate when they
see this event.

Co-authored-by: Greg Taylor <gregtaylor@netflix.com>
2025-03-28 23:48:03 -04:00
..
handleTask.ts add new task command (#1648) 2025-03-25 11:08:11 -04:00
handleUri.ts Welcome page OAuth (#1913) 2025-03-23 10:08:16 -04:00
humanRelay.ts Follow the established pattern for command registration 2025-03-10 11:12:11 -07:00
index.ts Add Cline events and roofactor subtasks slightly 2025-03-12 22:52:37 -07:00
registerCodeActions.ts feat: prioritize "Add to Context" and add line number tracking (#2063) 2025-03-28 12:01:16 -04:00
registerCommands.ts Add an activation command for other extensions (#2073) 2025-03-28 23:48:03 -04:00
registerTerminalActions.ts Extension-side internationalization (#1757) 2025-03-18 10:39:21 -04:00