Skip to content

Commit 13c75a1

Browse files
author
Eric Wheeler
committed
Revert "Disable terminal actions for now"
This reverts commit 93a394d which has been fixed by PR #1365. Fixes: #1380
1 parent 75de043 commit 13c75a1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/extension.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,7 @@ export function activate(context: vscode.ExtensionContext) {
9797
)
9898

9999
registerCodeActions(context)
100-
101-
/**
102-
* Temporary disabled until we have a better way to share the terminal
103-
* manager.
104-
*/
105-
// registerTerminalActions(context)
100+
registerTerminalActions(context)
106101

107102
return createRooCodeAPI(outputChannel, sidebarProvider)
108103
}

0 commit comments

Comments
 (0)