mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
[ide-mode] Keep track of recently-opened files and send them to the CLI (#4463)
This commit is contained in:
@@ -12,7 +12,6 @@ let logger: vscode.OutputChannel;
|
||||
|
||||
export async function activate(context: vscode.ExtensionContext) {
|
||||
logger = vscode.window.createOutputChannel('Gemini CLI IDE Companion');
|
||||
logger.show();
|
||||
logger.appendLine('Starting Gemini CLI IDE Companion server...');
|
||||
ideServer = new IDEServer(logger);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user