|
|
@@ -21,10 +21,10 @@ let outputChannel: vscode.OutputChannel
|
|
|
// This method is called when your extension is activated
|
|
|
// Your extension is activated the very first time the command is executed
|
|
|
export function activate(context: vscode.ExtensionContext) {
|
|
|
- outputChannel = vscode.window.createOutputChannel("Cline")
|
|
|
+ outputChannel = vscode.window.createOutputChannel("Roo-Cline")
|
|
|
context.subscriptions.push(outputChannel)
|
|
|
|
|
|
- outputChannel.appendLine("Cline extension activated")
|
|
|
+ outputChannel.appendLine("Roo-Cline extension activated")
|
|
|
|
|
|
// Get default commands from configuration
|
|
|
const defaultCommands = vscode.workspace
|
|
|
@@ -165,5 +165,5 @@ export function activate(context: vscode.ExtensionContext) {
|
|
|
|
|
|
// This method is called when your extension is deactivated
|
|
|
export function deactivate() {
|
|
|
- outputChannel.appendLine("Cline extension deactivated")
|
|
|
+ outputChannel.appendLine("Roo-Cline extension deactivated")
|
|
|
}
|