Commit Graph
124157 Commits
Author SHA1 Message Date
meganrogge 128933bbbb fix #196401 2023-10-25 09:15:51 -07:00
BeniBenj fe571ec566 Add option to show editor actions in title bar 2023-10-25 18:07:43 +02:00
Sandeep SomavarapuandGitHub df6839f383 fix #195774 (#196586) 2023-10-25 18:01:00 +02:00
Johannes RiekenandGitHub 45ad77c571 don't re-show the inline chat widget on each progress chunk (#196596)
fixes https://github.com/microsoft/vscode/issues/196562
fixes https://github.com/microsoft/vscode-copilot/issues/2288
2023-10-25 17:58:22 +02:00
8c01863ee0 Disabling the gutter icon by default (#196590)
set the default to false

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-10-25 17:31:57 +02:00
Johannes RiekenandGitHub 7986cd312c when being invoked with an explict position then make sure to show above that (#196604)
fixes https://github.com/microsoft/vscode-copilot/issues/2273
2023-10-25 17:30:48 +02:00
Martin AeschlimannandGitHub 272653c995 polish rootFolderNames (#196599)
* polish rootFolderNames

* add rootFolder / rootFolderExpanded to schema

* polish

* more schema fixes
2023-10-25 16:42:05 +02:00
hsfzxjy 8b74463b4c Match extension description 2023-10-25 22:37:11 +08:00
Daniel ImmsandGitHub 6e956968a8 Merge pull request #196598 from microsoft/tyriar/2353
Clear partial query quick chats when closed
2023-10-25 07:31:33 -07:00
Daniel Imms 5aab93bfde Clear partial query quick chats when closed
Fixes microsoft/vscode-copilot#2353
2023-10-25 07:03:16 -07:00
Sandeep SomavarapuandGitHub 904c88e616 Open view container on drop if it is the only visible one (#196585)
#196359 Open view container on drop if it is the only visible one
2023-10-25 15:11:17 +02:00
Martin AeschlimannandGitHub ac3423056d Inline chat: select prefilled input for a fast override (#196313) 2023-10-25 14:53:36 +02:00
Sandeep SomavarapuandGitHub 69f4b0ea40 fix #196499 (#196581) 2023-10-25 14:37:01 +02:00
Benjamin PaseroandGitHub 17dd2608a8 aux window - improve window focus management (#196576)
* aux window - improve window focus management

* .
2023-10-25 13:46:08 +02:00
Benjamin PaseroandGitHub aae10b4cf0 progress - set it to 2px height by default (#196569) 2023-10-25 12:07:15 +02:00
Sandeep SomavarapuandGitHub 21d5fd7b70 fix #195344 (#196563) 2023-10-25 11:28:20 +02:00
Aiday Marlen KyzyandGitHub 4bc1b8e63d Calling _onEnablementOrModelChangedinside of the constructor (#196560)
calling on enablement or model changed in the constructor fo the decorations contribution
2023-10-25 11:26:52 +02:00
Johannes RiekenandGitHub 6bb118a5f1 only check true edit progress chunks against the live flag, preview must diff against the right, ad-hoc model (#196561)
fixes https://github.com/microsoft/vscode/issues/196047
2023-10-25 11:22:09 +02:00
Johannes RiekenandGitHub f21392bc5a Stop progressive text edits when overall operation is done (or cancelled). Only undo unwanted changes after that. (#196558)
fixes https://github.com/microsoft/vscode-copilot/issues/2296
2023-10-25 10:53:46 +02:00
Benjamin PaseroandGitHub 500e680350 Aux window: editor global stylesheet does not work (fix #195969) (#196357)
* Aux window: editor global stylesheet does not work (fix #195969)

* improve
2023-10-25 10:37:59 +02:00
Ladislau SzomoruandGitHub 9d2ff86b00 Git - Track attempt count in the test commit message provider (#196348) 2023-10-25 10:15:45 +02:00
Benjamin SimmondsandGitHub cf94c5dd4d Merge pull request #196553 from microsoft/benibenj/toggleMaximizeCommand
Add editor group maximize toggle action
2023-10-25 10:04:27 +02:00
BeniBenj 5a4c59fa16 Add editor group maximize toggle action 2023-10-25 09:36:51 +02:00
Sandeep SomavarapuandGitHub 3e22fd4667 merge single view in secondary side bar (#196547) 2023-10-25 09:18:33 +02:00
Benjamin PaseroandGitHub b320559f52 voice - polish UX when recording (#196544) 2023-10-25 09:10:30 +02:00
Bhavya UandGitHub 8fca86d768 Change order of getting started walkthrough steps (#196112)
* Change order of getting started walkthrough steps

* Change up Step and button title.
2023-10-25 09:08:26 +02:00
Connor PeetandGitHub fcb814b0d6 cli: fix text shown when GH auth is auto-selected (#196527)
Refs https://github.com/microsoft/vscode-remote-release/issues/8908\#issuecomment-1778427807
2023-10-25 09:07:14 +02:00
Benjamin PaseroandGitHub 2542c28019 aux window - use layoutservice for containers (#196531) 2023-10-25 09:06:45 +02:00
Benjamin PaseroandGitHub aa74782adf watcher - ignore uncorrelated events when in correlation mode (#196530) 2023-10-25 08:31:56 +02:00
Rob LourensandGitHub 18b7f75a9f Require / for slash command completions (#196526)
Fix microsoft/vscode-copilot#2243
2023-10-25 06:38:10 +02:00
Benjamin SimmondsandGitHub ed74bfa718 Merge pull request #196482 from microsoft/benibenj/fixFocusMaximize
Fix focus issue when unmaximizing a group in EditorPart
2023-10-25 06:37:41 +02:00
Michael LivelyandGitHub c4041330d3 fix#196405 + improve notebook multi-cell highlighting (#196517)
* fix#196405 + improve notebook highlighting

* remove unnecessary fxn

* delete comments

* redundant isDisposed check. handled by modelInfo null
2023-10-24 21:04:15 -07:00
Connor PeetandGitHub 9642adb0b7 configuration: experiments to the ready phase to allow resolver use (#196515)
We tried to run an experiment with Remote SSH this iteration, but it
did not work since the assignment 'overlay' was only added once the
workbench is retored, which is after the RA is resolved.

Instead, move it a bit earlier so we can experiment at this point in
the lifecycle.
2023-10-24 20:12:52 -07:00
Bhavya UandGitHub fbf2eb9583 Bump distro (#196519) 2023-10-25 03:29:51 +02:00
aamungerandAaron Munger b1c2a858c6 build from the userhome URI 2023-10-24 15:39:27 -07:00
aamungerandAaron Munger 88236a453b use path 2023-10-24 15:39:27 -07:00
Aaron MungerandAaron Munger 68ee6c0e1f fix home relative URL creation 2023-10-24 15:39:27 -07:00
Aaron MungerandAaron Munger ba72220a95 fix authority 2023-10-24 15:39:27 -07:00
aamungerandAaron Munger 3e25597e8f get the scheme and authority from the workspace folder 2023-10-24 15:39:27 -07:00
aamungerandAaron Munger e5fccda76b use remote aware methods 2023-10-24 15:39:27 -07:00
Megan RoggeandGitHub 3501d8ff4c Merge pull request #196507 from microsoft/revert-194671-merogge/detect-screen-reader
Revert "don't show screen reader notification question"
2023-10-24 15:23:57 -07:00
91babd9225 Remove the sparkle on inline chat appearance (#196274)
* remove the sparkle on inline chat appearance

* adding change

* adding the boolean inline chat visible and  reusing the local disposable store

* changing the order of the services so that the two inline chat related services appear next to one another

* making a change

* placing the boolean into is enabled

* fixing the issues

* only trigger for the same editor

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-10-24 15:11:07 -07:00
Megan RoggeandGitHub 57c629fd73 Revert "don't show screen reader notification question" 2023-10-24 14:45:10 -07:00
Chris 12e7d9b8f2 First attempt for fixing bug submitted in #196493 2023-10-24 23:06:09 +02:00
Aiday Marlen KyzyandGitHub 5bcff70fe0 Adding hover message on sparkle which spawns inline chat (#196278)
* remove the sparkle on inline chat appearance

* adding the markdown string for hover message

* removing code

* adding code

* localizing the string and setting the variable to readonly because it will never be changed, placing it into the constructor
2023-10-24 21:34:38 +02:00
David DossettandGitHub e26453c3ae Merge pull request #196480 from microsoft/ddossett/panicky-goose
Fix avatar spacing and icon size in quick chat
2023-10-24 12:20:30 -07:00
Aiday Marlen KyzyandGitHub 3123169793 Setting gutter icon id to undefined outside of callback so it is always executed (#196412)
fixing the issues
2023-10-24 21:09:31 +02:00
BeniBenj 0384d0de72 Fix focus issue when unmaximizing a group in
EditorPart
2023-10-24 20:39:14 +02:00
David Dossett cf2618b352 Fix #2208 2023-10-24 11:32:44 -07:00
Johannes RiekenandGitHub 7172fd9d54 Allow to disable progressive edits per progress chunk (#196424) 2023-10-24 18:29:02 +02:00