[ide-mode] Send the cursor and selected text from the IDE server (#4621)

This commit is contained in:
christine betts
2025-07-24 19:54:41 +00:00
committed by GitHub
parent f9930c2d36
commit 4e376c0447
4 changed files with 27 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ vi.mock('vscode', () => ({
}),
window: {
onDidChangeActiveTextEditor: vi.fn(),
onDidChangeTextEditorSelection: vi.fn(),
},
workspace: {
onDidDeleteFiles: vi.fn(),