Commit Graph

16 Commits

Author SHA1 Message Date
Joyce Er
cb66f895f9 fix: chat session ID in MappedEditsRequest (#247167)
* fix: chat session ID in `MappedEditsRequest`

* Plumbing for chat session ID in code blocks
2025-04-23 05:36:01 +02:00
Joyce Er
623be153c5 fix: include model ID in MappedEditsRequest (#246769) 2025-04-17 00:20:58 +02:00
Don Jayamanne
dcc65bffea Add Chat NotebookEdit API 2025-02-14 13:16:45 +11:00
Rob Lourens
d6d62da51b Plumb a requestID and location through the tool invocation to the codemapper request (#238429)
To drive codemapper telemetry
2025-01-22 08:07:01 +01:00
Martin Aeschlimann
5ba4503b8b mark MappedEditsProvider as deprecated (#237950) 2025-01-15 12:09:46 +01:00
Martin Aeschlimann
4f2c166752 Use ICodeMapperService for 'Apply In Editor' 2025-01-08 18:36:12 +01:00
Matt Bierner
4b14c2d045 Use Array<x | y> for union types in vscode.d.ts
Pedantic but we mostly use `Array<x | y>` for arrays of unions instead of `(x | y)[]`. Just adding an eslint rule and updating some places to be consistent
2024-10-21 18:55:14 -07:00
Matt Bierner
f22a1167e4 More fixes 2024-10-02 17:22:33 -07:00
Martin Aeschlimann
b116d4af2a add markdownBeforeBlock to code block (#230050) 2024-09-29 07:16:30 -07:00
Alex Dima
10dd5c6aa6 Allow pushing an array of edits 2024-09-16 22:58:02 +02:00
Joyce Er
6a81a01ead WIP 2024-09-16 18:08:43 +02:00
Martin Aeschlimann
8732ffbe89 registerMappedEditsProvider2 2024-09-15 22:09:46 +02:00
Martin Aeschlimann
b4d7663d50 provide conversation as context to the map edit provider (#227790) 2024-09-06 16:40:49 +02:00
Martin Aeschlimann
06bf1d5fcf rename 'insert at cursor' to 'apply in editor' (#217376) 2024-06-24 20:43:08 +02:00
Ulugbek Abdullaev
4849a90efe mapped edits: change proposed API to take a context of array of arrays of documents 2023-09-21 19:11:09 +02:00
Ulugbek Abdullaev
3e9e7b3b5a Initial implementation of mappedEditsProvider proposed API 2023-08-17 17:10:35 +02:00