Skip to content

Commit 93a394d

Browse files
committed
Disable terminal actions for now
1 parent 9ffd389 commit 93a394d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/extension.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,12 @@ export function activate(context: vscode.ExtensionContext) {
8181
)
8282

8383
registerCodeActions(context)
84-
registerTerminalActions(context)
84+
85+
/**
86+
* Temporary disabled until we have a better way to share the terminal
87+
* manager.
88+
*/
89+
// registerTerminalActions(context)
8590

8691
return createClineAPI(outputChannel, sidebarProvider)
8792
}

0 commit comments

Comments
 (0)