mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-09 22:31:08 +00:00
Revert "Disable terminal actions for now"
This reverts commit 93a394dd93 which has
been fixed by PR #1365.
Fixes: #1380
This commit is contained in:
parent
75de043ded
commit
13c75a19d1
1 changed files with 1 additions and 6 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue