Commit graph

121189 commits

Author SHA1 Message Date
Daniel Imms da3a13a3fc
Improve reliability of interrupt and log all events in trace 2024-04-19 10:03:34 -07:00
Johannes Rieken 9cae075e98
update uri perf benchmark (#210764) 2024-04-19 18:50:01 +02:00
João Moreno 67464f3239
update inno-updater (#210762) 2024-04-19 09:37:00 -07:00
Daniel Imms c238ded248
Detect interrupts in terminal 2024-04-19 09:36:35 -07:00
Daniel Imms 0c80e23f84
Merge pull request #210750 from microsoft/tyriar/update_cursor_still__suggest__2
Move terminal suggest to prompt input model instead of manual tracking
2024-04-19 09:36:11 -07:00
Daniel Imms 9e072d5658
Add tooltip and executing spinner to devmode status bar item 2024-04-19 09:35:24 -07:00
Daniel Imms b233e67b01
Add PromptInputModel.onDidInterrupt
Part of #210757
2024-04-19 09:12:55 -07:00
Alex Ross ba27ce38fd
Bump distro (#210756) 2024-04-19 18:07:30 +02:00
Daniel Imms f3dcaf1fc3
Merge branch 'main' into tyriar/update_cursor_still__suggest__2 2024-04-19 08:23:00 -07:00
Alex Ross 7b1acd9146
Only show actions which the entire selection selection supports in treeview (#210754)
Fixes #210046
2024-04-19 17:14:26 +02:00
Daniel Imms 2ff8278f7c
Merge pull request #210741 from microsoft/tyriar/update_cursor_still__suggest
PromptInputModel: Validate ghostTextIndex and reduce events
2024-04-19 08:07:42 -07:00
Daniel Imms 1bf95e6178
Merge branch 'main' into tyriar/update_cursor_still__suggest__2 2024-04-19 07:47:54 -07:00
Daniel Imms 4c82cdf3a9
Merge branch 'main' into tyriar/update_cursor_still__suggest 2024-04-19 07:47:49 -07:00
Daniel Imms 34a283acbc
Merge pull request #210706 from microsoft/tyriar/update_cursor_still
PromptInputModel: Update model when prompt changes without cursor movement
2024-04-19 07:45:25 -07:00
Daniel Imms 8d40850a35
Move terminal suggest to prompt input model instead of manual tracking 2024-04-19 07:16:41 -07:00
Daniel Imms 4f619fff5d
Fire event with object 2024-04-19 07:14:50 -07:00
Daniel Imms 6ceb86254d
PromptInputModel: Ensure ghostTextIndex >= cursorIndex 2024-04-19 06:18:21 -07:00
Daniel Imms 5d09b38607
PromptInputModel: Don't fire change event on no change 2024-04-19 06:10:03 -07:00
Daniel Imms eb43e1910f
Tidy up asserting when command executes, wait for throttle and don't force a sync 2024-04-19 05:46:43 -07:00
Benjamin Pasero 0b20783ecb
utility process - treat exit code 15 as expected when killed (#186540) (#210738) 2024-04-19 14:43:29 +02:00
Benjamin Pasero e4af377658
🆙 distro (#210726) 2024-04-19 10:54:19 +02:00
Benjamin Pasero 494a7b07a7
diag - more debug use for #210568 (#210724) 2024-04-19 10:21:16 +02:00
Benjamin Pasero 5851fe3019
watcher - some cleanup (#210723) 2024-04-19 10:17:00 +02:00
João Moreno 69dbf1e379
support chat agent name service (#210550)
* support chat agent name service

* use regular object, render the same way
2024-04-19 09:31:20 +02:00
Don Jayamanne 063d715c45
Don't wait for code symbols when providing outlines to view (#210708) 2024-04-18 19:59:03 -07:00
Daniel Imms 5b0f10e26e
Update xterm to bring in onWriteParsed API 2024-04-18 16:40:16 -07:00
Daniel Imms bfd42465a6
Use actual private API on headless 2024-04-18 16:34:25 -07:00
Daniel Imms 5f31504aaa
Update on write parsed as well 2024-04-18 16:25:36 -07:00
Megan Rogge 5e1674b308
include hideFromUser terminals in terminalService.instances (#210698) 2024-04-18 14:21:50 -07:00
Tyler James Leonhardt 2cc4b3d115
Use graceful-fs to buffer fs calls (#210696)
Fixes `EMFILE: too many open files` thrown in the localization pipeline

Co-authored-by: Tyler Leonhardt <tyleonha@microsoft.com>
2024-04-18 22:11:48 +02:00
Bhavya U 2edaabae16
Update walkthrough to show popular extensions (#210680) 2024-04-18 13:01:44 -07:00
Carey Williams 3595758cd9
Fix task template writes to an empty tasks.json (#210675) 2024-04-18 19:45:24 +00:00
Daniel Imms a9d5a6596d
Merge pull request #210688 from microsoft/tyriar/210663
Adopt PromptInputModel in TextAreaSyncAddon
2024-04-18 12:30:19 -07:00
Daniel Imms a062004b5b
Merge branch 'main' into tyriar/210663 2024-04-18 12:13:56 -07:00
Daniel Imms 3be6cd68e5
Merge pull request #210690 from microsoft/tyriar/210662
Detect ghost text in PromptInputModel
2024-04-18 11:53:14 -07:00
Daniel Imms 558ccacaf5
Fix one off error 2024-04-18 11:36:17 -07:00
Daniel Imms 7e9d977768
Test ghost text in simple unit test 2024-04-18 11:28:48 -07:00
Daniel Imms 36e5971142
Test ghost text in recorded test 2024-04-18 11:20:41 -07:00
Daniel Imms 74f288831d
Detect ghost text in input
Part of #210662
2024-04-18 11:16:36 -07:00
Benjamin Pasero bc25233f18
watcher - improve stats reporting (#210684) 2024-04-18 20:10:24 +02:00
Henning Dieterichs b44e8c6f57
minor code improvements (#210683) 2024-04-18 19:44:57 +02:00
Daniel Imms 659cc37b03
Adopt PromptInputModel in TextAreaSyncAddon
Fixes #210663
2024-04-18 10:43:09 -07:00
Henning Dieterichs cedd2f4286
Fixes #204257. Refactors AccessibilitySignalService and renames LineFeatures to TextProperties. (#210679)
* Fixes #204257. Refactors AccessibilitySignalService and renames LineFeatures to TextProperties.

* Improves typings.,
2024-04-18 19:25:01 +02:00
Megan Rogge e7e6fb64da
use <> instead of () for keybinding syntax (#210676) 2024-04-18 18:44:45 +02:00
Megan Rogge 48bbfa7161
add accessibility help extension contributions pt (#210116) 2024-04-18 09:13:56 -07:00
Benjamin Christopher Simmonds ad2c8accac
Allow hiding Accounts icon when Activity Bar Position is Top (#210669)
fixes #197306
2024-04-18 18:00:04 +02:00
Daniel Imms 00c528c512
Merge pull request #210615 from microsoft/tyriar/prompt_input_model
Introduce PromptInputModel that gives a more reliable and testable view of the current command line
2024-04-18 08:29:21 -07:00
Megan Rogge aa2068deb0
signals.chatResponsePending -> singals.progress (#210659)
fix #210590
2024-04-18 08:24:48 -07:00
Daniel Imms 9c873bff57
Properly escape replays 2024-04-18 07:59:57 -07:00
Daniel Imms 0a24c248c6
Add more extensive emoji/wide tests 2024-04-18 07:57:22 -07:00