Commit graph

116027 commits

Author SHA1 Message Date
Daniel Imms 0d0217205f
Remove out dated setting 2023-11-14 12:57:50 -08:00
Daniel Imms f04021abcf
Fix serialize addon bricking terminal
Fixes #198246
2023-11-14 12:43:47 -08:00
Rob Lourens 39d7357aba
Move usedContext/contentReferences out of Response (#198240) 2023-11-14 20:54:57 +01:00
Benjamin Pasero ba035ccf38
aux window - merge groups back to main on window close (#198239) 2023-11-14 20:52:45 +01:00
Megan Rogge bee13ad3bf
Merge pull request #198236 from microsoft/merogge/button
ensure menu has role of `button` rather than `presentation`
2023-11-14 11:45:16 -08:00
Peng Lyu 44488fc1ad
allow metadata label to be optional (#198238) 2023-11-14 20:44:15 +01:00
meganrogge 54d55a32f6
fix #198233 2023-11-14 11:23:38 -08:00
Ladislau Szomoru e121560310
SCM - add input box value provider proposal (#198232)
* Initial implementation

* Remove new toolbar widget

* Remove TestCommitMessageProvider2

* Remove more changes
2023-11-14 19:59:05 +01:00
Megan Rogge b0584f4202
Merge pull request #198230 from microsoft/merogge/checked
don't include `aria-checked` property unless an item is checkable
2023-11-14 10:30:14 -08:00
meganrogge 8696e89eb5
fix #198228 2023-11-14 10:09:29 -08:00
Rob Lourens 7dcfb8c5b7
Add no-base-to-string rule to chat (#198226)
* Add no-base-to-string rule to chat

* Fix rule hit in chatmodel
2023-11-14 18:53:46 +01:00
Rob Lourens cc5dca3ab4
Make chat progress types nicer, take 2 (#198225)
Clean up IChatProgress types and handling
2023-11-14 18:48:43 +01:00
hsfzxjy 4dd5e2ae56
Add inlineSuggest.showToolbar.never 2023-11-15 01:45:32 +08:00
Henning Dieterichs a7f57a4eae Fix 2023-11-14 18:18:48 +01:00
Henning Dieterichs 028e94157e Design improvements, sticky scroll 2023-11-14 18:18:48 +01:00
Henning Dieterichs 5896510fd0 Fixes #197936 2023-11-14 18:18:48 +01:00
Henning Dieterichs d2204f853f Clears input properly 2023-11-14 18:18:48 +01:00
Henning Dieterichs 666f8ddefc Fixes #197942 2023-11-14 18:18:48 +01:00
Peng Lyu d68e8f4016
Merge pull request #197794 from microsoft/rebornix/conservation-dormouse
Report issue contrib for inline widget and sidebar.
2023-11-14 08:38:21 -08:00
rebornix 293db236d4
Update sidebar action names to align 2023-11-14 08:20:11 -08:00
rebornix 49eb796101
Resolve conflicts 2023-11-14 08:19:07 -08:00
rebornix 99b78d90be
Tweak name 2023-11-14 08:18:27 -08:00
rebornix dec5c41526
Update proposed api check 2023-11-14 08:17:04 -08:00
rebornix 29b0e44ed7
Resolve comments 2023-11-14 08:14:32 -08:00
Aiday Marlen Kyzy 7c6e7d2832
Merge pull request #198213 from microsoft/aiday/buttonStartsInlineChat
Add Start Inline Chat button to editor title menu
2023-11-14 15:40:01 +01:00
Aiday Marlen Kyzy f22f552a8d
changing name of the icon 2023-11-14 15:25:23 +01:00
Aiday Marlen Kyzy c3c3e671f0
registering an icon also 2023-11-14 15:23:52 +01:00
Aiday Marlen Kyzy 63779d3974
setting the menu to the editor title 2023-11-14 15:09:54 +01:00
Aiday Marlen Kyzy 22ab376bfc
appending the menu item in order to show the sparkle as a button that executes the start inline chat action 2023-11-14 14:52:48 +01:00
Ladislau Szomoru ed30010d3f
Git - better error handling for git merge-base (#198208) 2023-11-14 14:51:17 +01:00
Christof Marti 67aa71296f Avoid excessive trace logging (microsoft/vscode#197549) 2023-11-14 14:12:44 +01:00
Alexandru Dima 54821ee1f1
Revert "Make the chat progress types nicer (#198175)" (#198198)
This reverts commit 94959e8550.
2023-11-14 12:51:10 +01:00
Christof Marti f9cadb5e57 Update distro hash 2023-11-14 12:50:24 +01:00
Ladislau Szomoru bf65efeb4c
SCM - fix files icon color in statistics badge (#198197) 2023-11-14 03:45:04 -08:00
Del 62686a38cc
feat: introducing new hover focus options for editor.action.showHover (#196891)
* fix: revert and optimize showHover action behavior

* feat: update focus option for controlling hover focus behavior

* polishing the code, extracting an enum, doing a check on the focus argument

* refactoring the code

* Refactor default value to use ShowOrFocusHoverArgument enum

* misc: renaming the enums to more accurately reflect their behavior

---------

Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
2023-11-14 09:48:26 +01:00
Aiday Marlen Kyzy 01485dd6ae
Showing the sparkle icon not only on empty lines (#197832)
* exploring how to change the appearance of the sparkle

* exploring the case when the selection must cover fully the word

* polsihing the code

* using instead get word at position

* not running the selection change listener when the inline chat is visible

* checking that the first word is covered or null, doing the same for the last word

* doing the usual breakpoint check inside of the method _onSelectionOrContentChanged

* increasing the z-index to 11

* reducing sticky scroll index, fix should not be here

* storing a field of the current breakpoints

* placing the update of the breakpoints at the bottom of the constructor

* updating the breakpoints inside of the method `_onEnamblementChange`

* making a check on e being equal to this._editor

* scheduling also in the updater

* making the curent breakpoints array readonly

* checking that the session exists in the if statement

* adding the local variable check

* removing the use of the boolean
2023-11-14 09:46:52 +01:00
Benjamin Pasero 78e8bdfc8c
aux window - use native cursor location for positioning if available (#198184)
* aux window - use native cursor location for positioning if available

* .
2023-11-14 09:20:45 +01:00
Benjamin Pasero b9a5aaf353
Editors: drop IEditorModel and change EditorInput.resolve to a generic type (fix #198180) (#198181) 2023-11-14 08:24:44 +01:00
rebornix 17f0e23a7f
part/controller/widget 2023-11-13 21:29:46 -08:00
rebornix 57d450cfc6
Support Insert Cell with Chat enabled 2023-11-13 21:18:05 -08:00
rebornix ae8d58a41b
Extract insertNewCell function 2023-11-13 21:13:41 -08:00
rebornix 055662fd90
reveal cell is async 2023-11-13 21:13:14 -08:00
Rob Lourens 94959e8550
Make the chat progress types nicer (#198175)
* Change shape of progress objects to be aligned

* Get rid of ResponsePart type

* fix tests
2023-11-13 20:41:11 -08:00
Rob Lourens a67e7153f6
Put chat "new session" next to "show history" (#198168) 2023-11-13 20:14:27 -08:00
rebornix 1d150d7168
Extract strategy 2023-11-13 20:00:02 -08:00
rebornix ecd4f3806f
On cell chat 2023-11-13 19:59:55 -08:00
Ladislau Szomoru 9c7cdf4589
SCM - improve SourceControlResourceState comparison (#198161) 2023-11-14 10:52:22 +11:00
Daniel Imms 268d7cf9e3
Merge pull request #198129 from microsoft/tyriar/197858__198060
Refactor dealing with terminal commands into classes
2023-11-13 14:37:09 -08:00
Benjamin Pasero 4d9994ce20
aux window - offset window from dnd operation (#198152) 2023-11-13 21:57:44 +01:00
Daniel Imms 7427891876
Merge branch 'main' into tyriar/197858__198060 2023-11-13 12:16:50 -08:00