mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 01:37:50 +00:00
[ide-mode] Send the cursor and selected text from the IDE server (#4621)
This commit is contained in:
@@ -28,6 +28,7 @@ vi.mock('vscode', () => ({
|
||||
}),
|
||||
window: {
|
||||
onDidChangeActiveTextEditor: vi.fn(),
|
||||
onDidChangeTextEditorSelection: vi.fn(),
|
||||
},
|
||||
workspace: {
|
||||
onDidDeleteFiles: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user