Commit Graph

116145 Commits

Author SHA1 Message Date
aamunger
d39e29e617 Ive created a monster 2023-11-17 09:33:33 -08:00
Aaron Munger
f76f831fd1 more instantiation fixes 2023-11-17 09:33:33 -08:00
aamunger
9b313c37f8 move view into debug container 2023-11-17 09:33:33 -08:00
Aaron Munger
449c95f7be more boilerplate 2023-11-17 09:33:33 -08:00
Aaron Munger
58c2ebe5f8 ..... 2023-11-17 09:33:33 -08:00
Aaron Munger
36d4b03b9f new classes 2023-11-17 09:33:33 -08:00
Daniel Imms
e740a5ccb0 Adjust command finished marker in started adjustment
Part of #196634
2023-11-17 09:33:08 -08:00
Rob Lourens
21d2297f8c Make filtered responses less readable and not copyable (#198539) 2023-11-17 17:54:53 +01:00
Daniel Imms
9d596ed8ee Merge pull request #198535 from microsoft/tyriar/198358
Correct sticky scroll bg color in terminal editors
2023-11-17 08:41:10 -08:00
Henning Dieterichs
c2e58d5ca5 Fixes #198516 2023-11-17 17:16:33 +01:00
Daniel Imms
504a60830d Merge branch 'main' into tyriar/196634 2023-11-17 08:11:23 -08:00
Peng Lyu
96df831457 Fix #198492. Avoid action name duplicate (#198527) 2023-11-17 08:06:47 -08:00
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