Commit Graph

145891 Commits

Author SHA1 Message Date
Johannes Rieken
576ddceccc Merge pull request #294631 from microsoft/joh/successive-shrimp
Fix date reading logic in build scripts to handle missing files gracefully
2026-02-12 11:04:10 +01:00
Dmitriy Vasyura
e72a9f54d6 Sanity test updates (#294782) 2026-02-12 10:36:23 +01:00
Dmitriy Vasyura
d233b14b71 Use unique ID for quick diff widget focus toggle command (#294790) 2026-02-12 10:36:06 +01:00
Alex Ross
b56a8fd088 Make sure API team is aware of changes to contributes too (#294624) 2026-02-12 10:35:38 +01:00
Johannes Rieken
23e2c6b19d Merge branch 'main' into joh/successive-shrimp 2026-02-12 10:31:30 +01:00
Matt Bierner
37bde10eee Merge pull request #294798 from mjbvz/dev/mjbvz/evident-tarsier
Slight chat session controller optimization
2026-02-12 01:20:27 -08:00
Dmitriy Vasyura
3d7ca2537d Update update action button styles to match primary VS Code buttons (#294811) 2026-02-12 09:18:26 +00:00
Benjamin Pasero
010803cf24 Chat maximzed, settings view on top, esc closes both (fix #294544) (#294785) 2026-02-12 09:15:54 +00:00
Matt Bierner
169261cb1d Merge pull request #294801 from mjbvz/dev/mjbvz/chosen-raven
Make chat session item timing properties readonly
2026-02-12 00:42:46 -08:00
Matt Bierner
fa1646589a Merge pull request #294754 from mjbvz/dev/mjbvz/minimal-sawfish
Fix restoring non-local chat session
2026-02-12 00:42:10 -08:00
Matt Bierner
a413cd5510 Fix add vs update confusion 2026-02-12 00:38:39 -08:00
Matt Bierner
8eefef2a87 Make chat session item timing properties readonly
Clarifying that timing properties can't be updated individually on managed chat session items. If you want the change to apply, you need to re-set the whole property
2026-02-12 00:26:44 -08:00
Matt Bierner
4fbcb2b5de Slight chat session controller optimization
- Add should not retransmit all items
- Skip updates if they don't do anything
2026-02-12 00:12:54 -08:00
Matt Bierner
b9ed3e0402 Fix tests 2026-02-11 23:59:55 -08:00
Dmitriy Vasyura
4cc4087fef Merge branch 'main' into dev/mjbvz/minimal-sawfish 2026-02-11 21:38:27 -08:00
Matt Bierner
5cc2b2a6f7 Merge pull request #294716 from microsoft/dev/mjbvz/more-esbuild-ext-cleanup
Clean up esbuilding of extensions
2026-02-11 19:30:35 -08:00
Matt Bierner
317a20cd63 Merge pull request #294742 from mjbvz/dev/mjbvz/wicked-boa
Switch to unified `js/ts` settings for inlay hints
2026-02-11 18:41:17 -08:00
Paul
962b547dff Hook parsing fixes (#294745) 2026-02-11 18:31:49 -08:00
Matt Bierner
1824010985 Fix restoring non-local chat session 2026-02-11 18:28:13 -08:00
Paul
6c1af3f302 Add customizations telemetry (#294741) 2026-02-11 17:49:34 -08:00
Elijah King
7e632ad633 Merge pull request #294021 from microsoft/eli/workbench-motion
side and bottom panel motion
2026-02-11 17:47:47 -08:00
Copilot
386be2607e Fix vertical alignment of Last Synced label in Settings header (#294663)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
2026-02-12 01:34:00 +00:00
Megan Rogge
2354a3ce50 add chat.autoReply (#294715) 2026-02-12 01:33:29 +00:00
eli-w-king
91340306ab adjusted speed 2026-02-11 17:20:28 -08:00
Elijah King
b2885145a3 Merge branch 'main' into eli/workbench-motion 2026-02-11 17:18:03 -08:00
Matt Bierner
7566dfb857 Switch to unified js/ts settings for inlay hints
For #292934
2026-02-11 17:12:25 -08:00
Tyler James Leonhardt
3ce73d4533 Apply suggestion from @TylerLeonhardt 2026-02-11 17:11:04 -08:00
Tyler James Leonhardt
d04bc913f0 Apply suggestion from @TylerLeonhardt 2026-02-11 17:10:29 -08:00
eli-w-king
e8cc00bea1 restored codicon.ttf 2026-02-11 17:05:15 -08:00
eli-w-king
849d9387b6 fixed unused error
sped animation back up by 25ms :)
2026-02-11 17:01:46 -08:00
Copilot
ff2c046629 Refactor quick input exit animation cleanup to eliminate duplication (#294739)
* Initial plan

* Refactor exit animation cleanup to be DRY and properly reset cancel function

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

* Remove accidentally committed codicon.ttf build artifact

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
Co-authored-by: Elijah King <elijahwilliamking@icloud.com>
2026-02-11 16:54:18 -08:00
Paul
252f81c0f1 Update hook settings (#294732) 2026-02-11 16:51:35 -08:00
eli-w-king
5cf6aa6a20 slowed animations by 25ms 2026-02-11 16:43:12 -08:00
Matt Bierner
5423e1a2a5 Update ignore file list 2026-02-11 16:42:08 -08:00
Elijah King
e77cb1363e Merge branch 'main' into eli/workbench-motion 2026-02-11 16:39:58 -08:00
Matt Bierner
cb714c7c9f Addressing code review comments 2026-02-11 16:38:06 -08:00
Copilot
dd8c734def Simplify quick input animations with CSS @keyframes (#294737)
* Initial plan

* Simplify animations using CSS @keyframes instead of transitions

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

* Remove accidentally committed codicon.ttf binary

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
2026-02-11 16:38:02 -08:00
Megan Rogge
438d64aded Improve tips styling and behavior (#294702) 2026-02-11 16:00:08 -08:00
Matt Bierner
03561955b7 Clean up esbuilding of extensions
- Make sure we still always type check using `tsgo --noEmit`
- Align names of esbuild files
- Convert all esbuild files to typescript. We use the `.mts` extension to avoid annoying node warnings about using pacakges
2026-02-11 14:57:16 -08:00
Courtney Webster
b714f06469 Merge pull request #294706 from microsoft/evident-roundworm
Updating no auth widget for agent welcome
2026-02-11 16:37:28 -06:00
Elijah King
e76d0c4fa9 Merge branch 'main' into eli/workbench-motion 2026-02-11 14:33:11 -08:00
Elijah King
6fccacb784 Merge pull request #294704 from microsoft/copilot/sub-pr-294021
Refactor quick input animations to use CSS classes instead of inline styles
2026-02-11 14:32:13 -08:00
Logan Ramos
c4f5414e3d Advertise full context rather than just prompt (#294696) 2026-02-11 14:24:42 -08:00
copilot-swe-agent[bot]
bd3b73648c Add comments to document CSS animation duration constants and display property usage
Co-authored-by: eli-w-king <201316543+eli-w-king@users.noreply.github.com>
2026-02-11 22:22:58 +00:00
copilot-swe-agent[bot]
69cd1ec095 Fix entrance animation cleanup to preserve visibility and remove trailing whitespace
Co-authored-by: eli-w-king <201316543+eli-w-king@users.noreply.github.com>
2026-02-11 22:22:09 +00:00
copilot-swe-agent[bot]
f8aa99fcc0 Refactor quick input animations to use CSS classes instead of inline styles
Co-authored-by: eli-w-king <201316543+eli-w-king@users.noreply.github.com>
2026-02-11 22:18:43 +00:00
cwebster-99
83c7589b41 Updating no auth widget for agent welcome 2026-02-11 16:12:35 -06:00
copilot-swe-agent[bot]
797e995e24 Initial plan 2026-02-11 22:12:00 +00:00
Daniel Imms
95c642f0e7 Merge pull request #294647 from microsoft/tyriar/291275
Use sequence as default terminal tab title
2026-02-11 14:09:54 -08:00
Daniel Imms
c8f8ddc70d Merge pull request #294683 from microsoft/copilot/fix-github-actions-workflow-again
Fix terminal persistence test flake on Windows
2026-02-11 13:54:57 -08:00