Commit Graph

116133 Commits

Author SHA1 Message Date
Daniel Imms
12f6838c4f Correct sticky scroll bg color in terminal editors
Fixes #198358
2023-11-17 07:46:08 -08:00
Daniel Imms
19bb924491 Merge pull request #198532 from microsoft/tyriar/css
Remove now unused css
2023-11-17 07:45:24 -08:00
Daniel Imms
40648dd8c9 Merge pull request #198403 from rehmsen/hermetic-xterm-test
Make xtermTerminal.test.ts hermetic.
2023-11-17 07:34:30 -08:00
Benjamin Pasero
77da82c091 aux window - fix regression when dropping over window location (#198529) 2023-11-17 16:32:12 +01:00
Daniel Imms
5bcc2ad8eb Remove now unused css 2023-11-17 07:30:22 -08:00
John Murray
2d424c77a6 Add 'Lock Group' button on aux windows (#182265) (#182294)
* Add 'Lock Group' button (#182265)

* Add `isAuxiliaryEditorPart` context key

* Show `Lock Group` action button only on auxiliary windows

* cleanup

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-11-17 15:24:22 +00:00
Rob Lourens
5dc80111a2 Add chat progress message api (#198528)
* Add chat agent progress message update to model

* Add chat progress messages above content

* Check style, center spinner
2023-11-17 16:15:41 +01:00
João Moreno
aa61b56229 Fix issue in counting artifacts on retries, improve parallelization (#198488)
* try to parallelize downloads

* improved logs

* allow 5 parallel downloads

* fake browser requests

* fix artifacts processed file in retries
2023-11-17 15:03:32 +01:00
Benjamin Pasero
f3dfca443d "copy handles symbolic links" unit test fails locally, preventing other tests from running (fix #198470) (#198486) 2023-11-17 12:32:44 +01:00
Ulugbek Abdullaev
23c0f77f22 inlay hints: fix: trace logging prints json-ified object not [object] (#198511) 2023-11-17 12:12:04 +01:00
Arvid Lunnemark
092bc7309b Update condition names to allow node (#198274)
update condition names to allow node
2023-11-17 10:57:50 +00:00
Benjamin Pasero
af63c41918 aux window - hopefully fix contextview issue 2023-11-17 11:51:30 +01:00
Benjamin Pasero
634df63517 aux window - limit zen mode to main part for now 2023-11-17 11:51:30 +01:00
Benjamin Pasero
a76b835440 aux window - limit centered layout to main part for now 2023-11-17 11:51:30 +01:00
Benjamin Pasero
cb33247218 aux window - make getMaximumEditorDimensions work 2023-11-17 11:51:30 +01:00
Benjamin Pasero
c72dd8c96f aux window - introduce event for new aux parts 2023-11-17 11:51:30 +01:00
Benjamin Pasero
7f76fab71a aux window - improve layout for aux windows 2023-11-17 11:51:30 +01:00
Aiday Marlen Kyzy
c2283b6167 Merge pull request #198448 from microsoft/aiday/turningOffTheEditorGutterIcon
Turning off the editor gutter icon
2023-11-17 11:47:47 +01:00
Martin Aeschlimann
cc08867677 merge theme rules for css/less/scss variables (#197657) 2023-11-17 11:40:21 +01:00
Aiday Marlen Kyzy
edc4698236 Making the editor toolbar sparkle icon appear on focus of the editor and when the inline chat is not visible yet (#198458)
changed the condition for the sparkle to appear
2023-11-17 11:39:09 +01:00
Martin Aeschlimann
7b9833be69 Removes ms-vscode-remote.remote-wsl-recommender (#198502)
bump distro
2023-11-17 11:01:46 +01:00
Benjamin Simmonds
e5ec7d21f8 Toggle Editor Actions in Titlebar when Tab Bar is Hidden (#198494)
* Toggle Editor Actions in Titlebar when tab bar is hidden
2023-11-17 10:54:25 +01:00
Martin Aeschlimann
d704c62476 Support for followups in InlineChat (#198500)
* followup

* support provideFollowups in inline chat
2023-11-17 10:46:13 +01:00
Johannes Rieken
54b8f6a80a avoid command id duplication (#198496)
https://github.com/microsoft/vscode/issues/198492
2023-11-17 10:02:28 +01:00
Matt Bierner
dd9e1d579c Pick up latest TS for building VS Code (#198477) 2023-11-17 08:10:28 +01:00
Peng Lyu
ed684fcd14 Reuse chat widget and support status actions (#198479)
* Reuse chat widget and support status

* Update cell chat actions
2023-11-16 18:17:42 -08:00
Matt Bierner
6805bb6d2b Hook up mapped code edits experiment for TS (#198478)
For https://github.com/microsoft/TypeScript/pull/55406
2023-11-17 02:07:09 +00:00
John Murray
77dc8793db Add typescript.implementationsCodeLens.showOnInterfaceMethods setting (#136282) (#198419)
* Add `typescript.implementationsCodeLens.showOnInterfaceMethods` setting (#136282)

* Update codelenses when `typescript.referencesCodeLens.showOnAllFunctions` changes

* Improve handling of disposables
2023-11-16 22:46:41 +00:00
Daniel Imms
678f6a544c Merge pull request #198474 from microsoft/tyriar/198013_2
Add sticky scroll tooltip and command nav actions to panel
2023-11-16 14:20:53 -08:00
Matt Bierner
4f866533b4 Add missing disposable registration (#198473) 2023-11-16 14:18:43 -08:00
Megan Rogge
4f1065bf12 Merge pull request #198371 from microsoft/merogge/bug
check if active instance before updating / showing accessible view on dynamic terminal content
2023-11-16 14:03:19 -08:00
Daniel Imms
0701bc6725 Merge pull request #198464 from microsoft/tyriar/195804_3
Remove window usage from link terminalContrib
2023-11-16 14:02:44 -08:00
Daniel Imms
860005cd6d Add sticky scroll tooltip and command nav actions to panel
Fixes #198013
2023-11-16 13:45:39 -08:00
Daniel Imms
dff0e3e56a Merge pull request #198463 from microsoft/tyriar/198278
Windows: Polish single prompt line and clear/cls behavior
2023-11-16 13:31:17 -08:00
Daniel Imms
1c7839a55a Start next command in tests to finish previous command 2023-11-16 13:05:21 -08:00
Daniel Imms
0d552b5d26 Merge pull request #198438 from microsoft/tyriar/198437
Use a single overview ruler indicator for command nav
2023-11-16 10:44:02 -08:00
Daniel Imms
a1c3d38471 Remove window usage from link terminalContrib
Fixes #195804
2023-11-16 10:41:15 -08:00
Daniel Imms
3fa7cc6d14 Improve cls/clear SI behavior on Windows 2023-11-16 10:38:12 -08:00
Daniel Imms
8aa62740fd Invalidate commands in devMode 2023-11-16 10:37:49 -08:00
Ulugbek Abdullaev
c85561658e Merge pull request #198461 from microsoft/ulugbekna/yawning-mastodon
Replace `Date.now()` with UUID for `delegatingCommandId`
2023-11-16 18:59:11 +01:00
Daniel Imms
bc42a84c91 Adjust prompt start based on a likely single line prompt (pwsh default) 2023-11-16 09:57:40 -08:00
Henning Dieterichs
71a8b9927f Fixes CI 2023-11-16 18:49:52 +01:00
Henning Dieterichs
917b056c01 Multi diff editor: Introduce view model 2023-11-16 18:49:52 +01:00
Ulugbek Abdullaev
4f41508d53 extension host: use UUID for delegatingCommandId instead of Date.now() because when there are several extension hosts (created using "extensions.experimental.affinity") and they happen to be created at the same time, those IDs equal and command invocation may go to incorrect extension host 2023-11-16 18:44:06 +01:00
Daniel Imms
6b8bbf8b6f Ensure end is after executed and prompt start is after end
Part of #198278
2023-11-16 09:21:07 -08:00
Daniel Imms
83e608a3c1 Add alternating colors to devmode decorations to help differentiate 2023-11-16 09:19:52 -08:00
Henning Dieterichs
4e7a8779b9 Consider settings in multi diff editor 2023-11-16 18:02:11 +01:00
Benjamin Pasero
70b6f9519a aux window - scope editor service in title bar (#198450) 2023-11-16 17:30:06 +01:00
João Moreno
87e7f8b5e1 replace node-fetch with native fetch (#198408)
* replace node-fetch with native fetch

* fix dep version

* handle terminated error from fetch

* more error handling
2023-11-16 17:29:35 +01:00
João Moreno
c520c85342 have hidden prss setting (#198449) 2023-11-16 17:28:20 +01:00