Files
vscode/src
Ulugbek Abdullaev 2bdd4af2d0 mapped edits: support de/serialization of mapped edits context so that it can be used across vscode sessions (#194572)
* 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
2023-10-03 14:41:02 +02:00
..