Revert "Disable terminal actions for now"

This reverts commit 93a394dd93 which has
been fixed by PR #1365.

Fixes: #1380
This commit is contained in:
Eric Wheeler 2025-03-07 19:11:28 -08:00
parent 75de043ded
commit 13c75a19d1

View file

@ -97,12 +97,7 @@ export function activate(context: vscode.ExtensionContext) {
)
registerCodeActions(context)
/**
* Temporary disabled until we have a better way to share the terminal
* manager.
*/
// registerTerminalActions(context)
registerTerminalActions(context)
return createRooCodeAPI(outputChannel, sidebarProvider)
}