Commit graph

115137 commits

Author SHA1 Message Date
Bhavya U 9d035eff77
Update endgame repos (#196625) 2023-10-25 10:59:28 -07:00
Aaron Munger b353717a67 large cell should not override firstLine behavior 2023-10-25 10:12:35 -07:00
Megan Rogge e06ad018da
Merge pull request #196619 from microsoft/merogge/format-cases
cover more cases of formatting, call accessible notification service notify
2023-10-25 10:10:20 -07:00
Daniel Imms 267d00c5b1
Merge pull request #196618 from microsoft/tyriar/195704
Fix parent element of term quick pick popup
2023-10-25 10:08:01 -07:00
Megan Rogge 0234228440
Merge pull request #196611 from microsoft/merogge/ext-view
rm timeout for all
2023-10-25 10:07:09 -07:00
Benjamin Pasero 35b8096c9f
clicking on the window, group entry should reveal /focus that window (fix #196456) (#196615)
* clicking on the window, group entry should reveal /focus that window (fix #196456)

* 💄
2023-10-25 19:01:40 +02:00
Joyce Er e685838c2d
fix: allow referring from inline to panel chat (#196614) 2023-10-25 18:53:37 +02:00
Daniel Imms 26092a46b6
Fix parent element of term quick pick popup
Fixes #195704
2023-10-25 09:52:23 -07:00
meganrogge ae1953b094
more cases 2023-10-25 09:52:15 -07:00
meganrogge 8f24368291
call accessibility notification service on format on paste, format on save 2023-10-25 09:45:37 -07:00
Megan Rogge 2ca5d53b63
Merge pull request #196612 from microsoft/merogge/hide-view-setting
tweak setting description
2023-10-25 09:41:39 -07:00
meganrogge f7a39cace0
fix #196367 2023-10-25 09:23:02 -07:00
meganrogge 128933bbbb
fix #196401 2023-10-25 09:15:51 -07:00
Sandeep Somavarapu df6839f383
fix #195774 (#196586) 2023-10-25 18:01:00 +02:00
Johannes Rieken 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
Aiday Marlen Kyzy 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 Rieken 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 Aeschlimann 272653c995
polish rootFolderNames (#196599)
* polish rootFolderNames

* add rootFolder / rootFolderExpanded to schema

* polish

* more schema fixes
2023-10-25 16:42:05 +02:00
Daniel Imms 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 Somavarapu 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 Aeschlimann ac3423056d
Inline chat: select prefilled input for a fast override (#196313) 2023-10-25 14:53:36 +02:00
Sandeep Somavarapu 69f4b0ea40
fix #196499 (#196581) 2023-10-25 14:37:01 +02:00
Benjamin Pasero 17dd2608a8
aux window - improve window focus management (#196576)
* aux window - improve window focus management

* .
2023-10-25 13:46:08 +02:00
Benjamin Pasero aae10b4cf0
progress - set it to 2px height by default (#196569) 2023-10-25 12:07:15 +02:00
Sandeep Somavarapu 21d5fd7b70
fix #195344 (#196563) 2023-10-25 11:28:20 +02:00
Aiday Marlen Kyzy 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 Rieken 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 Rieken 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 Pasero 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 Szomoru 9d2ff86b00
Git - Track attempt count in the test commit message provider (#196348) 2023-10-25 10:15:45 +02:00
Benjamin Simmonds 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 Somavarapu 3e22fd4667
merge single view in secondary side bar (#196547) 2023-10-25 09:18:33 +02:00
Benjamin Pasero b320559f52
voice - polish UX when recording (#196544) 2023-10-25 09:10:30 +02:00
Bhavya U 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 Peet 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 Pasero 2542c28019
aux window - use layoutservice for containers (#196531) 2023-10-25 09:06:45 +02:00
Benjamin Pasero aa74782adf
watcher - ignore uncorrelated events when in correlation mode (#196530) 2023-10-25 08:31:56 +02:00
Rob Lourens 18b7f75a9f
Require / for slash command completions (#196526)
Fix microsoft/vscode-copilot#2243
2023-10-25 06:38:10 +02:00
Benjamin Simmonds 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 Lively 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 Peet 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 U fbf2eb9583
Bump distro (#196519) 2023-10-25 03:29:51 +02:00
aamunger b1c2a858c6 build from the userhome URI 2023-10-24 15:39:27 -07:00
aamunger 88236a453b use path 2023-10-24 15:39:27 -07:00
Aaron Munger 68ee6c0e1f fix home relative URL creation 2023-10-24 15:39:27 -07:00
Aaron Munger ba72220a95 fix authority 2023-10-24 15:39:27 -07:00
aamunger 3e25597e8f get the scheme and authority from the workspace folder 2023-10-24 15:39:27 -07:00
aamunger e5fccda76b use remote aware methods 2023-10-24 15:39:27 -07:00