mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 12:51:17 -05:00
Refactor Cline
This commit is contained in:
@@ -16,7 +16,7 @@ export class TerminalRegistry {
|
||||
static createTerminal(cwd?: string | vscode.Uri | undefined): TerminalInfo {
|
||||
const terminal = vscode.window.createTerminal({
|
||||
cwd,
|
||||
name: "Claude Dev",
|
||||
name: "Cline",
|
||||
iconPath: new vscode.ThemeIcon("robot"),
|
||||
})
|
||||
const newInfo: TerminalInfo = {
|
||||
|
||||
Reference in New Issue
Block a user