Commit Graph

132093 Commits

Author SHA1 Message Date
Alex Dima 57dfc1ecc6 Because we're no longer using document.execCommand('paste'), we don't need a textarea anymore 2025-04-09 11:14:25 +02:00
Ladislau Szomoru 56ebf61f97 Engineering - bump deemon (#246056) 2025-04-09 07:47:28 +02:00
Oleg Solomko 174af221c9 fix compilation issues in CI 2025-04-08 18:20:19 -07:00
Oleg Solomko 8ecef53aae make front matter marker decorator to be reactive 2025-04-08 18:20:19 -07:00
Oleg Solomko d91569ea14 refactor, cleanup, and add doc comments 2025-04-08 18:20:19 -07:00
Oleg Solomko bb2b0a3e97 add front matter marker decoration class 2025-04-08 18:20:19 -07:00
Bhavya U 64126db7dc Add AskVSCode action to help users with VS Code queries (#246042) 2025-04-08 17:21:20 -07:00
Michael Lively 42f6fa05d2 Support Find/Replace history persistence in Notebook (#246037)
Fixes: Support Find/Replace history persistence in Notebook #238923
2025-04-09 01:10:24 +02:00
Rob Lourens 1fec12ce62 Avoid calling updateElementHeight on element that isn't in the tree (#246040)
Can happen because rendered parts are not disposed in disposeElement, so that they can be reused. But that means that listeners are still alive. Also have thought in the past about an isVisible property on the template
2025-04-09 01:07:03 +02:00
Benjamin Christopher Simmonds 0023cad23a Fix gutter indicator arrow position in diff editor (#246031)
fixes https://github.com/microsoft/vscode-copilot/issues/15660
2025-04-08 23:20:17 +02:00
Benjamin Christopher Simmonds 2b5482a920 NES: use keyboard icon above/below (#246028)
NES: use keyboard icon above/bellow
2025-04-08 23:20:03 +02:00
Benjamin Christopher Simmonds a9af816b35 Add getter for sorted ranges in OffsetRangeSet (#246024)
add getter to OffsetRangeSet
2025-04-08 22:46:08 +02:00
Aaron Munger 3d6395e70b extra async call (#246018) 2025-04-08 20:43:33 +00:00
Eleanor Boyd c231d8eade Merge pull request #245898 from eleanorjboyd/mighty-llama
fix regression on open cell output in editor
2025-04-08 20:02:27 +00:00
Oleg Solomko 472a705cf4 make prompt parser to store all markdown and prompt token references that are parsed so far 2025-04-08 12:48:14 -07:00
Oleg Solomko 77d9e9c95d refactor reactive decoration class and front matter decoration that extends it 2025-04-08 12:48:14 -07:00
Oleg Solomko d2a63c033d cleanup, refactor, and add doc comments 2025-04-08 12:48:14 -07:00
Oleg Solomko 85492c33c5 fix class field intialization issues, II of front matter decorator 2025-04-08 12:48:14 -07:00
Oleg Solomko b3a3f08211 create abstract ProviderInstanceBase class and refactor existing providers to extend it 2025-04-08 12:48:14 -07:00
Oleg Solomko 1c1bd51254 refactor all dynamic language feature providers to extend the ProviderInstanceManagerBase class 2025-04-08 12:48:14 -07:00
Oleg Solomko 63b5c4dd62 create generic instance manager base class 2025-04-08 12:48:14 -07:00
Oleg Solomko 821b260bfa refactor registration of language features into a single function 2025-04-08 12:48:14 -07:00
Rob Lourens cd3ae8c442 Fix chat history storage in empty windows (#246014)
Fix microsoft/vscode-copilot-release#7216
2025-04-08 20:34:45 +02:00
Damjan Cvetko fef48672c0 Merge pull request #245989 from zobo/fix-variable-key-object-substitution
Also replace keys in object within variable substitution
2025-04-08 11:04:58 -07:00
Aaron Munger f6b2d7a35f port fix to main (#246011) 2025-04-08 19:18:32 +02:00
Johannes Rieken 4095bbc139 Subscribe to all entry state in order to decide when to re-render the editing session (#246009)
fixes https://github.com/microsoft/vscode-copilot/issues/15673
2025-04-08 19:09:15 +02:00
Oleg Solomko e8ab1a196b fix unit tests of the markdown extensions decoder 2025-04-08 10:08:26 -07:00
Oleg Solomko d2458c8b6c make front matter header token to hold its underlying token references 2025-04-08 10:08:26 -07:00
Oleg Solomko e87de39a8d improve base token class 2025-04-08 10:08:26 -07:00
Oleg Solomko d83e70a739 add generic Text token class 2025-04-08 10:08:26 -07:00
Aiday Marlen Kyzy 032c7ea654 Adding boolean editContextSupported to the IEnvironmentalOptions (#245998)
adding the boolean editContextSupported to the IEnvironmentalOptions
2025-04-08 09:20:26 -07:00
Lee Murray 111ae6cce1 feat: add new codicons for keyboard tab navigation (#245996)
Co-authored-by: lemurra_microsoft <Lee.Murray@microsoft.com>
2025-04-08 17:47:35 +02:00
Benjamin Pasero b8965e8d61 encoding - api clarification (#245994) 2025-04-08 17:45:42 +02:00
Robo 599b974cb5 chore: bump policy-watcher@1.3.2 (#245973) 2025-04-08 17:11:22 +02:00
Oleg Solomko 84c461f30b fix unit tests of chat prompt codec 2025-04-08 08:02:19 -07:00
Oleg Solomko e275f92f01 add common shortText() utility to base token class 2025-04-08 08:02:19 -07:00
Oleg Solomko 7700ced88a cleanup, refactor and improve unit tests 2025-04-08 08:02:19 -07:00
Oleg Solomko cee651c210 fix javascript string indexing in the simple decoder logic 2025-04-08 08:02:19 -07:00
Oleg Solomko e9517eaaec add unit tests for the markdown extensions decoder 2025-04-08 08:02:19 -07:00
Oleg Solomko 681fba07f9 make chat prompt decoder to re-emit all token types 2025-04-08 08:02:19 -07:00
Oleg Solomko 34d2b4bae5 make use of the new markdown extensions decoder 2025-04-08 08:02:19 -07:00
Oleg Solomko a55012c839 implement front matter parser 2025-04-08 08:02:19 -07:00
Oleg Solomko ca5cb4ed98 add markdown extensions decoder 2025-04-08 08:02:19 -07:00
Aiday Marlen Kyzy 58d6dd74cd EditContext: NVDA does not read last line feed character, if last line is empty (#245991) 2025-04-08 07:59:22 -07:00
Johannes Rieken 0bd8e82d03 fix symbol attachment rendering (#245984) 2025-04-08 15:21:06 +02:00
Benjamin Pasero fd149dca51 layout - add a setting to show secondary sidebar by default (fix #191202) (#245974)
* layout - add a setting to show secondary sidebar by default (fix #191202)

* .

* revamp
2025-04-08 13:20:07 +00:00
Nick Trogh 46c4653726 Merge pull request #245975 from microsoft/defeated-hawk
Update setting description for `chat.tools.autoApprove`
2025-04-08 15:00:11 +02:00
Alex Ross e1c5304f83 Add API doc about mime types in tree DnD (#245966)
Part of https://github.com/microsoft/vscode/issues/245816
2025-04-08 14:59:12 +02:00
Robo dc88adbd48 ci: cross compile alpine arm64 cli (#245969) 2025-04-08 21:24:40 +09:00
Sandeep Somavarapu 8d1d5c8b29 fix #245886 (#245968) 2025-04-08 14:01:58 +02:00