Roo-Code/src
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
..
__mocks__ Re-enable ClineProvider tests (#2047) 2025-03-27 21:06:54 -07:00
__tests__ Removed hardcoded filenames to GlobalFileNames constants. (#1904) 2025-03-24 13:32:44 -04:00
activate Add an activation command for other extensions (#2073) 2025-03-28 23:48:03 -04:00
api feat: add bedrock application inference profile (#1938) 2025-03-24 10:17:47 -04:00
core Handle null [x]ModelInfo types, recover from settings schema parse errors (#2064) 2025-03-28 09:59:58 -07:00
exports Handle null [x]ModelInfo types, recover from settings schema parse errors (#2064) 2025-03-28 09:59:58 -07:00
i18n Support project level mcp (#1841) 2025-03-27 00:23:39 -04:00
integrations feat @-mention window path style & file with space (#1924) 2025-03-27 00:10:06 -04:00
schemas Handle null [x]ModelInfo types, recover from settings schema parse errors (#2064) 2025-03-28 09:59:58 -07:00
services Support project level mcp (#1841) 2025-03-27 00:23:39 -04:00
shared feat: prioritize "Add to Context" and add line number tracking (#2063) 2025-03-28 12:01:16 -04:00
utils feat @-mention window path style & file with space (#1924) 2025-03-27 00:10:06 -04:00
extension.ts Add an activation command for other extensions (#2073) 2025-03-28 23:48:03 -04:00