mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-03 16:15:28 +01:00
* refactor(chatModel): remove unused code especially because `isResponse` may've been incorrect because it would return true on a falsy value while `isRequest` checked for it * refactor(mapped edits): better names * mapped edits: support de/serialization of mapped edits context so that it can be used across vscode sessions reservation/concern: the document versions are obsolete/incorrect, what should we do with them? * mapped edits: fix test failing remotely but not locally