Commit graph

118006 commits

Author SHA1 Message Date
Rob Lourens 3c8e0fc16d
Get rid of chat progress Task (#202777) 2024-01-18 23:26:36 +01:00
Justin Chen 834e74297f
allow contributed range of higlight for code actions (#202197)
* groundwork for segttings

* laying groundowrk for new API

* more groundwork, api fixed

* cleanup

* more cleanup

* added updates

* fixed spacing
2024-01-18 13:40:02 -08:00
Ladislau Szomoru 1db9db32a4
SCM - add incoming/outgoing menu proposal (#202772) 2024-01-18 22:25:44 +01:00
Aaron Munger 8d63804f08
get long collections in chunks (#202758)
* stateless Datasource, improve initialization

* retreive long collections in chunks
2024-01-18 13:25:31 -08:00
Ladislau Szomoru 9ed02ced92
SCM - 💄 polish incoming/outgoing proposed API (#202766) 2024-01-18 12:39:40 -08:00
Sixia "Leask" Huang 216a8e66d3
fix: tweak check-requirements for calling ldconfig (#202645)
* tweak check-requirements for calling ldconfig

* apply patch
2024-01-19 05:05:56 +09:00
Rob Lourens 63349889d9
Avoid "slash command" name in agent API (#202729)
* Avoid "slash command" name in agent API

* Fix reference

* Fix
2024-01-18 21:05:28 +01:00
Matt Bierner fa989a17f1
Switch to non-deprecated overload for rename (#202755) 2024-01-18 20:48:54 +01:00
Andrea Mah 404f9d1e5d
Implement preview on highlighting quickpick in quick search (#202306) 2024-01-18 11:42:45 -08:00
Hylke Bons dc545a6242 Update icons ttf 2024-01-18 20:26:30 +01:00
Michael Lively 309915ba0c
Nb Sticky Scroll z-index & css fixes (#201837)
* no absolute positioning, scrolltop compute based on sticky lines.

* remove z-index var

* compute re-write, remove init, reduce pop-in

* dispose delayer

* remove debounce

* edge case for cell 0 header, next animation frame instead of debounce

* add delayer back, further improve pop in

* remove unused param, update testing snapshots
2024-01-18 11:05:54 -08:00
Megan Rogge 969393c1a6
Merge pull request #202757 from microsoft/merogge/voice
terminal `speech -> voice`
2024-01-18 10:52:10 -08:00
Sandeep Somavarapu 2df662e02b
fix #197215 (#202756) 2024-01-18 19:51:40 +01:00
Matt Bierner 0cd38c74e6
Add more ensureNoDisposablesAreLeakedInTestSuite (#202292)
For #200091
2024-01-18 19:46:25 +01:00
meganrogge 6c462f37de
speech -> voice 2024-01-18 10:35:46 -08:00
BeniBenj 3473bac963
💄 2024-01-18 18:10:50 +01:00
Johannes Rieken b50d5f44ea
enable experimentation for inlineChat.mode (#202750) 2024-01-18 17:48:54 +01:00
Benjamin Pasero 373ed50b0d
voice - do not treat embedded editor as text editor (#202748) 2024-01-18 17:47:01 +01:00
BeniBenj 4bc23ab5d2
💄 2024-01-18 17:40:55 +01:00
BeniBenj 504aeb7da3
💄 2024-01-18 17:35:34 +01:00
BeniBenj c42c4ab61f
💄 2024-01-18 17:31:44 +01:00
Benjamin Pasero 1404ba5d83
voice - keep keyword activation alive after keyword is recognized (#202746) 2024-01-18 09:24:17 -07:00
Johannes Rieken 4057a58c76
don't count changes but make sure error'd edits don't make it into buffer (#202745)
fixes https://github.com/microsoft/vscode/issues/202702
2024-01-18 17:10:33 +01:00
Johannes Rieken 37740ecbb0
add hold for speech command to inline chat which is for when a session already started (#202741)
* - cancel quick voice when loosing focus

* add hold for speech command to inline chat which is for when a session already started
2024-01-18 08:52:56 -07:00
BeniBenj a7f0c4953a
💄 2024-01-18 16:34:25 +01:00
Benjamin Pasero 18b601beed
voice - trigger keyword only when window has focus (#202737) 2024-01-18 16:27:57 +01:00
BeniBenj 2df8c8428b
💄 2024-01-18 16:27:02 +01:00
BeniBenj a0628b674e
💄 2024-01-18 16:24:14 +01:00
BeniBenj ad240ae2d2
💄 2024-01-18 16:20:11 +01:00
Benjamin Pasero 98c2538170
voice - tweak status bar entry (#202736) 2024-01-18 16:09:38 +01:00
João Moreno 2cec7a8d88
fix: make sure showKeybindings stills works in screencast mode (#202735)
fixes #201689
2024-01-18 16:07:13 +01:00
Benjamin Pasero 1a386828ac
voice - support any focused code editor (including notebooks) (#202733) 2024-01-18 15:59:10 +01:00
Johannes Rieken 272d8f096e
Tweak inline chat voice gestures (#202731)
- special rendering for recognized text
- enable hold more for quick inline voice chat
- increase/adjust hold mode timeouts
2024-01-18 15:43:34 +01:00
BeniBenj fba98d1cdf
💄 2024-01-18 15:39:03 +01:00
Ladislau Szomoru 4a5169c7e0
Git - 💄 remove unused event handlers (#202727) 2024-01-18 15:25:31 +01:00
Aiday Marlen Kyzy 284417d02a
Feature: change font family of inline completions (#202671)
Feature: change font family of inline completions

---------

Co-authored-by: Henning Dieterichs <notify.henning.dieterichs@live.de>
2024-01-18 15:08:22 +01:00
Benjamin Pasero 04f554b0af
speech - scaffold keyword activation (#202643)
* speech - scaffold keyword activation

* first cut settting for keyword activation

* handle lifecycle better

* .

* .

* .

* tweaks

* show a status bar entry

* add in context option

* cleanup
2024-01-18 14:59:47 +01:00
Johannes Rieken 3530c3bedc
update WorkspaceEdit#set signature to how it is implemented. Bulk setting allows for optional metadata (#202725) 2024-01-18 14:57:26 +01:00
Johannes Rieken e5a7abbc6a
Mirror user edits into base model (#202723) 2024-01-18 14:51:52 +01:00
Megan Rogge 9a1baf2676
Merge pull request #202621 from microsoft/merogge/workspace-updates
announce workspace progress updates to SR users
2024-01-18 04:30:45 -08:00
BeniBenj f214ef2c1c
Merge remote-tracking branch 'origin' into benibenj/titleBarPartNativeCustom 2024-01-18 13:01:28 +01:00
BeniBenj 105180ac7b
cleanup actions 2024-01-18 13:00:26 +01:00
BeniBenj 4fe28027f7
donßt affect none native 2024-01-18 12:30:08 +01:00
BeniBenj 42ffc9c0d2
Rename setting 2024-01-18 12:29:12 +01:00
Sandeep Somavarapu c005fc38a9
fix #197345 (#202715) 2024-01-18 12:28:40 +01:00
Benjamin Pasero b0f0dcb544
window - fix fullscreen detection (#202714)
Only use `detectFullScreen` in web as it seems to return bad results on desktop.
2024-01-18 12:19:45 +01:00
Aiday Marlen Kyzy 25282a942e
Merge pull request #202663 from microsoft/aiday/fixingColorizationStickyScroll
Fixing incorrect colorization of tokens in sticky scroll
2024-01-18 09:14:05 +01:00
Sandeep Somavarapu 5eac27c2ed
report single event (#202705) 2024-01-18 08:31:49 +01:00
Sandeep Somavarapu 3695bca69f
fix #199736 (#202703) 2024-01-18 07:25:15 +01:00
Megan Rogge 6435e38e84
Merge pull request #201843 from microsoft/merogge/speech-editor-terminal
add start/stop speech to text in terminal
2024-01-17 21:26:46 -08:00