Commit Graph

112805 Commits (1a99420d57e7fad26571d7cd6ebe3de77955f533)

Author SHA1 Message Date
Tyler James Leonhardt 1a99420d57
Misc PR feedback for chatWidget (#191432)
* Use cached width first to prevent trip to dom
* remove irrelevant dispose call
* fix CSS of inputbox to align it to Quick Pick
2023-08-28 09:10:51 +02:00
Tyler James Leonhardt d87941aa32
Create only one widget for quick chat (#191431)
We were creating a widget per-showing of the quick pick... but that isn't efficient.

This PR creates a single widget and maintains that for the life of the window.

From @Tyriar in https://github.com/microsoft/vscode/pull/191348#discussion_r1306440725
2023-08-28 09:10:25 +02:00
Rob Lourens f7973f357e
Change chat variable syntax to match remote agent proposal (#191427)
This might be temporary, it's what we agreed to send around for now
2023-08-28 12:09:20 +10:00
Henning Dieterichs 56cdff6561 Fixes hidden lines styling bug 2023-08-28 01:33:43 +02:00
Connor Peet 16dc13553c
debug: fix bad state when reloading extension host debug window (#191420)
Not 100% sure why this fixed it, but it fixes it. Seems to be timing-related and it doesn't happen for me on OSS, but patching this into Insiders made the problem go away...
2023-08-28 09:33:24 +10:00
Benjamin Pasero ea0c706089
macOS: Window menu does not show opened windows in some cases (fix #191288) (#191405)
* macOS: Window menu does not show opened windows in some cases (fix #191288)

* 💄
2023-08-28 09:28:30 +10:00
Henning Dieterichs b834c3c9d6 Fixes some smaller diff editor bugs 2023-08-28 01:27:58 +02:00
Henning Dieterichs d6c6a048f7 Fixes monaco editor diff editor 2023-08-28 01:27:32 +02:00
Henning Dieterichs b6326078fd Adds support for dryRun flag in diffEditor.switchSide 2023-08-28 01:23:44 +02:00
Henning Dieterichs b8914bdcdc Fixes dragging bug 2023-08-27 23:19:05 +02:00
Henning Dieterichs 9b10df4bbf Includes collapseUnchangedRegions in diffEditor.editorVisibleTime telemetry event 2023-08-27 23:18:19 +02:00
Tyler James Leonhardt 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 Imms 42ce7b7a2e
Merge pull request #191364 from microsoft/tyriar/191332
Make term decoration hover background opaque
2023-08-26 09:41:01 -07:00
Megan Rogge 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 Lourens fea45bae62
Add response variables (#191349)
* Add response variables

* Fix test

* add comment
2023-08-25 23:29:17 -07:00
Daniel Imms 6ea0992693
Merge pull request #191246 from microsoft/tyriar/145234
Add terminalExecuteCommandEvent API proposal
2023-08-25 17:07:06 -07:00
Megan Rogge 9fb513d8d9
Merge branch 'main' into merogge/kb 2023-08-25 14:24:43 -07:00
Tyler James Leonhardt 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
Daniel Imms fd7e42af88
Fix unit test 2023-08-25 13:48:34 -07:00
Justin Chen 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 Imms 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 Hirakawa 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
hsfzxjy 29661cb547
Add context key notebookEditorCursorAtLineBoundary (#187679)
Add context notebookEditorCursorAtLineBoundary
2023-08-25 19:11:41 +00:00
Andrea Mah 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 Imms 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 Imms 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 Rogge 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 Rogge 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 Leonhardt 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 Rogge 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 Rogge 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 Kyzy 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
Aiday Marlen Kyzy 0a3bb7ef2d
cleaning the code 2023-08-25 15:41:08 +02:00