mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Disable terminal actions for now
This commit is contained in:
parent
9ffd389f23
commit
93a394dd93
1 changed files with 6 additions and 1 deletions
|
|
@ -81,7 +81,12 @@ export function activate(context: vscode.ExtensionContext) {
|
|||
)
|
||||
|
||||
registerCodeActions(context)
|
||||
registerTerminalActions(context)
|
||||
|
||||
/**
|
||||
* Temporary disabled until we have a better way to share the terminal
|
||||
* manager.
|
||||
*/
|
||||
// registerTerminalActions(context)
|
||||
|
||||
return createClineAPI(outputChannel, sidebarProvider)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue