Commit Graph
124157 Commits
Author SHA1 Message Date
meganrogge 8696e89eb5 fix #198228 2023-11-14 10:09:29 -08:00
Rob LourensandGitHub 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 LourensandGitHub 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
meganrogge f39047574f fix korean ime 2023-11-14 09:35:44 -08:00
meganrogge 84aa769b9e address feedback 2023-11-14 09:29:19 -08:00
Henning DieterichsandHenning Dieterichs a7f57a4eae Fix 2023-11-14 18:18:48 +01:00
Henning DieterichsandHenning Dieterichs 028e94157e Design improvements, sticky scroll 2023-11-14 18:18:48 +01:00
Henning DieterichsandHenning Dieterichs 5896510fd0 Fixes #197936 2023-11-14 18:18:48 +01:00
Henning DieterichsandHenning Dieterichs d2204f853f Clears input properly 2023-11-14 18:18:48 +01:00
Henning DieterichsandHenning Dieterichs 666f8ddefc Fixes #197942 2023-11-14 18:18:48 +01:00
Peng LyuandGitHub 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
Daniel Imms c9a90f9b4e Make color more subtle 2023-11-14 07:58:05 -08:00
Daniel Imms 1d054ebc5b Basic working terminal command highlighting on mousemove
Part of #196634
2023-11-14 07:56:16 -08:00
Aiday Marlen KyzyandGitHub 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 SzomoruandGitHub 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 DimaandGitHub 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 SzomoruandGitHub bf65efeb4c SCM - fix files icon color in statistics badge (#198197) 2023-11-14 03:45:04 -08:00
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 KyzyandGitHub 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 PaseroandGitHub 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 PaseroandGitHub 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 LourensandGitHub 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 LourensandGitHub 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 SzomoruandGitHub 9c7cdf4589 SCM - improve SourceControlResourceState comparison (#198161) 2023-11-14 10:52:22 +11:00
Daniel ImmsandGitHub 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 PaseroandGitHub 4d9994ce20 aux window - offset window from dnd operation (#198152) 2023-11-13 21:57:44 +01:00
meganrogge 64fd258f43 fix #192278 2023-11-13 12:36:29 -08:00
Daniel ImmsandGitHub 7427891876 Merge branch 'main' into tyriar/197858__198060 2023-11-13 12:16:50 -08:00
rebornix d432eb2d84 💄 2023-11-13 12:15:17 -08:00
rebornix 6dd6275d2a move off menu 2023-11-13 12:12:22 -08:00
Ladislau SzomoruandGitHub adada48e5e SCM - optimize tree rendering when having multiple repositories (#198150) 2023-11-13 20:52:55 +01:00
RoboandGitHub e49ea372a1 chore: update electron@25.9.4 (#198142)
* chore: update electron@25.9.4

* chore: bump distro
2023-11-13 20:44:42 +01:00