mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
[ide-mode] Send the cursor and selected text from the IDE server (#4621)
This commit is contained in:
@@ -15,7 +15,6 @@ let log: (message: string) => void = () => {};
|
||||
export async function activate(context: vscode.ExtensionContext) {
|
||||
logger = vscode.window.createOutputChannel('Gemini CLI IDE Companion');
|
||||
log = createLogger(context, logger);
|
||||
|
||||
log('Extension activated');
|
||||
ideServer = new IDEServer(log);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user