Commit Graph
124157 Commits
Author SHA1 Message Date
Tyler James LeonhardtandGitHub 877c51bd1d Resize Quick Chat (#191348)
* Resize Quick Chat

This is the first cut of allowing you to resize the quick chat... offering two ways:
1. scroll down to grow
2. sash at the bottom

 Maybe we should disable 1 if 2 was used... but lets see how these play together.

* dispose

* clean up variables

* use a mutable disposable for the scheduling of the next animation frame
2023-08-27 10:10:04 -07:00
Daniel ImmsandGitHub 42ce7b7a2e Merge pull request #191364 from microsoft/tyriar/191332
Make term decoration hover background opaque
2023-08-26 09:41:01 -07:00
Neelesh BodasandGitHub 48a9ce8f48 Merge branch 'main' into alt-tag 2023-08-26 09:18:23 -07:00
Daniel Imms 70acb7df1d Adopt instance event multiplexer on title change event
Part of #191247
2023-08-26 07:24:44 -07:00
Megan RoggeandGitHub befddfa7af Merge pull request #191329 from microsoft/merogge/kb
get all keybindings to be correct in terminal help dialog
2023-08-26 06:43:15 -07:00
Daniel Imms d3fb23489d Make term decoration hover background opaque
Fixes #191332
2023-08-26 06:18:03 -07:00
Rob LourensandGitHub fea45bae62 Add response variables (#191349)
* Add response variables

* Fix test

* add comment
2023-08-25 23:29:17 -07:00
hsfzxjy 440896c7e0 Faster __vsc_escape_value 2023-08-26 13:20:06 +08:00
Daniel ImmsandGitHub 6ea0992693 Merge pull request #191246 from microsoft/tyriar/145234
Add terminalExecuteCommandEvent API proposal
2023-08-25 17:07:06 -07:00
Aaron Munger d689e82403 noooooo 2023-08-25 16:01:55 -07:00
Megan RoggeandGitHub 9fb513d8d9 Merge branch 'main' into merogge/kb 2023-08-25 14:24:43 -07:00
Tyler James LeonhardtandGitHub 71fd986efb Fixes rendering of response that is below the fold (#191337)
Steps:
1. ask `reverse a linked list`
2. scroll up right after hitting ENTER
3. wait for response to finish
4. scroll down

the view should grow to the response.
2023-08-25 14:17:58 -07:00
Nathan Shively-Sanders 2aaf53bc41 Support addNameToNamelessParameter, refactor copilot code
Not done switching quick fix code to use CompositeCommand instead of
passing a followup to ApplyCodeActionCommand.
2023-08-25 14:16:43 -07:00
Daniel Imms fd7e42af88 Fix unit test 2023-08-25 13:48:34 -07:00
Justin ChenandGitHub 2672173f73 Tuning action widget heading styles (#191336)
tuning headers color and style to match quick text
2023-08-25 22:19:09 +02:00
Daniel ImmsandGitHub 03ca83baac Merge branch 'main' into tyriar/145234 2023-08-25 12:58:05 -07:00
Daniel Imms a5377b7a09 Add DynamicListEventMultiplexer unit tests 2023-08-25 12:53:42 -07:00
Ryosuke HirakawaandGitHub ca462c0381 Fix comment typo in standaloneLanguages.ts (#189449)
* fix

* Revert "fix"

This reverts commit 75c1173714.

* fix

* update monaco.d.ts
2023-08-25 12:48:44 -07:00
hsfzxjyandGitHub 29661cb547 Add context key notebookEditorCursorAtLineBoundary (#187679)
Add context notebookEditorCursorAtLineBoundary
2023-08-25 19:11:41 +00:00
Andrea MahandGitHub 3a1364baf8 Search view not showing warnings (#191333)
* Search view not showing warnings
Fixes #191263

* cleanup
2023-08-25 11:20:55 -07:00
Daniel Imms 694459fa74 Change function into a class 2023-08-25 10:38:30 -07:00
Daniel ImmsandGitHub ad964da803 Merge pull request #191330 from microsoft/tyriar/solid-beaver
Document EventMultiplexer
2023-08-25 10:25:43 -07:00
Daniel Imms 711c83d0d4 Make function more generic 2023-08-25 10:10:32 -07:00
Daniel Imms 432b5defb4 Move instance event multiplexers to different file 2023-08-25 10:03:46 -07:00
Daniel Imms e3e131c963 Use new event names internally 2023-08-25 09:54:08 -07:00
Daniel ImmsandGitHub d360619c0c Document EventMultiplexer 2023-08-25 09:52:10 -07:00
Daniel Imms 5b5fbe166d Simplify api 2023-08-25 09:49:39 -07:00
Megan RoggeandGitHub 5f9244832a Merge pull request #191326 from microsoft/merogge/autocomplete
set `aria-autocomplete` to `none` when in read only editor
2023-08-25 09:46:16 -07:00
meganrogge 6655ff4fa8 re-add part 2023-08-25 09:39:29 -07:00
meganrogge 54031a88cc fix #189234 2023-08-25 09:37:22 -07:00
Megan RoggeandGitHub 18fb345591 Merge pull request #191324 from microsoft/merogge/sss
add info about sticky scroll to editor help dialog
2023-08-25 09:36:27 -07:00
Tyler James LeonhardtandGitHub aced05cf7c Remove Semantic Similarity Provider (#191039)
Now that RelatedInformationProvider has landed

ref https://github.com/microsoft/vscode/issues/190909
2023-08-25 09:35:31 -07:00
Megan RoggeandGitHub 256c5aa956 Merge pull request #191322 from microsoft/merogge/fix-context-key
fix context key issue so accept completion action appears in accessible view
2023-08-25 09:30:45 -07:00
meganrogge 259a415e88 inline 2023-08-25 09:27:33 -07:00
meganrogge 3aa165909e fix #186404 2023-08-25 09:26:21 -07:00
Daniel Imms ca22267ddc Keep both capability event types 2023-08-25 09:21:03 -07:00
meganrogge 44e9c6d91d fix #187859 2023-08-25 09:16:07 -07:00
meganrogge df978b63cb fix #191315 2023-08-25 09:02:32 -07:00
Megan RoggeandGitHub 0d59e664b0 Merge pull request #191320 from microsoft/merogge/rm-command
rm command, handle hiding accessible buffer in that class
2023-08-25 08:57:43 -07:00
meganrogge 65e6594a67 rm command, handle hiding accessible buffer in that class 2023-08-25 08:41:54 -07:00
Aiday Marlen KyzyandGitHub 60892bd39b Merge pull request #190873 from microsoft/aiday/toggleIconsStickyScroll
Adding folding toggle icons in sticky scroll
2023-08-25 17:24:57 +02:00
Aiday Marlen Kyzy 56b48db9e8 retriggering the tests once again 2023-08-25 16:40:38 +02:00
Aiday Marlen Kyzy 057182e867 retriggering the tests 2023-08-25 16:10:58 +02:00
Daniel Imms d6d666effe Correct dim unfocused config scope
Part of #190751
2023-08-25 06:52:48 -07:00
Aiday Marlen Kyzy 0a3bb7ef2d cleaning the code 2023-08-25 15:41:08 +02:00
Daniel Imms ed37d32ee1 Sticky scroll WIP
Part of #172742
2023-08-25 06:38:50 -07:00
Aiday Marlen Kyzy ce9d7d2c4c Merge branch 'main' into aiday/toggleIconsStickyScroll 2023-08-25 15:37:40 +02:00
Aiday Marlen Kyzy e6d5e35f20 placing code which generates the folding icon into the class 2023-08-25 15:29:33 +02:00
Aiday Marlen Kyzy fb73ec43a4 changing last line top when collapsed 2023-08-25 15:21:00 +02:00
Aiday Marlen Kyzy f430cf7398 setting the width and height inside of render function 2023-08-25 15:17:53 +02:00