Commit Graph

17207 Commits

Author SHA1 Message Date
mrleemurray
5ac2d2245e Update activity bar and title bar background colors to improve theme consistency 2026-01-30 11:29:51 +00:00
mrleemurray
7b86cfcc6a Remove commented-out z-index adjustments for iframe containers in styles.css 2026-01-30 10:58:45 +00:00
Matt Bierner
f7cb28aad3 Merge branch 'main' into dev/mjbvz/straightforward-flyingfish 2026-01-29 13:06:10 -08:00
João Moreno
bf729fa50a strip out git askpass sourcemap footer (#291673)
fixes #282020
2026-01-29 18:27:20 +00:00
Lee Murray
16ef2c1fd2 Merge pull request #291659 from microsoft/mrleemurray/vocational-amethyst-meadowlark
Update 2026 theme names
2026-01-29 17:10:01 +00:00
Martin Aeschlimann
46308bc433 Remove unnecessary log statement in JSON client (#291645)
[json] remove unnecessary og statement
2026-01-29 16:51:13 +00:00
mrleemurray
7ba11de8cf fix: update theme IDs and labels for consistency 2026-01-29 16:35:41 +00:00
mrleemurray
2427fabdbf Refactor 2026 Dark theme colors and enhance tab styling 2026-01-29 11:39:25 +00:00
Copilot
1872cb3854 Add garbage collection for unused content-addressed askpass directories (#289723)
* Initial plan

* Add garbage collection for old content-addressed askpass directories

- Implement updateDirectoryMtime to update folder mtime when used
- Add garbageCollectOldDirectories to remove folders older than 7 days
- Update ensureAskpassScripts to call GC on every activation
- Add comprehensive test coverage for GC functionality

Co-authored-by: joaomoreno <22350+joaomoreno@users.noreply.github.com>

* Remove GC from fast path to keep it fast

Only run garbage collection when creating new directories, not when reusing existing ones. Old folders only accumulate when creating new content-addressed directories.

Co-authored-by: joaomoreno <22350+joaomoreno@users.noreply.github.com>

* Hoist askpassBaseDir variable to avoid duplication

Declare askpassBaseDir once at the top of the function and reuse it when constructing askpassDir and when calling garbageCollectOldDirectories.

Co-authored-by: joaomoreno <22350+joaomoreno@users.noreply.github.com>

* Fix test failures and address bot review comments

- Export ensureAskpassScripts for testing to avoid dependency on isWindowsUserOrSystemSetup check
- Remove redundant success log after directory removal
- Update tests to call ensureAskpassScripts directly instead of getAskpassPaths
- Remove Windows-only restrictions from tests to make them cross-platform
- Remove setTimeout workarounds - tests now properly await async operations

Co-authored-by: joaomoreno <22350+joaomoreno@users.noreply.github.com>

* formatting

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: joaomoreno <22350+joaomoreno@users.noreply.github.com>
Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com>
2026-01-29 10:35:40 +00:00
Lee Murray
7bc5a442f8 Merge pull request #291489 from microsoft/eli/theme-fixes-two
theme fixes cont.
2026-01-29 10:06:12 +00:00
Ladislau Szomoru
e4e61e5ffa Git - dispose untrusted repositories when trust state changes (#291498) 2026-01-29 09:12:59 +01:00
eli-w-king
cbd6d81bd5 inactive window indicator 2026-01-28 21:33:21 -08:00
eli-w-king
f977550236 added active tab indicators 2026-01-28 21:29:43 -08:00
eli-w-king
7357248471 added active tab indicator 2026-01-28 21:16:06 -08:00
eli-w-king
8ca6369844 more contrast between selected and highlighted (right click) files 2026-01-28 20:55:16 -08:00
eli-w-king
b498a63c1c revised inline titles 2026-01-28 20:52:07 -08:00
eli-w-king
b6aa349a9b added color to boolean values 2026-01-28 20:30:54 -08:00
eli-w-king
9197ab8dc1 fixed chat input buttons foreground 2026-01-28 20:05:43 -08:00
eli-w-king
fd3c4bf17b consistent transparency, white background 2026-01-28 19:48:04 -08:00
Matt Bierner
86ab95ec56 Add a title for generated mermaid diagrams and use this in the editor 2026-01-28 16:10:51 -08:00
Matt Bierner
9671622029 Enable chat mermaid tool by default
Feeling more confident in its current state. Let's preview this feature for stable users too
2026-01-28 13:43:09 -08:00
Matt Bierner
b895a24030 A bit more polish on mermaid chat items
- Remove context menu for open in editor since there's a button now
- Faster pinch zoom
- Only pan when holding alt/option
- Fix transparent button on hover
2026-01-28 13:15:08 -08:00
RedCMD
3b35824fd8 fix: VB increaseIndentPattern 2026-01-28 19:52:07 +01:00
Ladislau Szomoru
dab807f670 Git - expose more options to apply a patch (#291309)
* Git - expose more options to apply a patch

* 💄 Reorder options
2026-01-28 08:29:50 -08:00
Ladislau Szomoru
1bf610daab Git - request resource trust for the parent folder of the .git folder (#291261) 2026-01-28 11:56:25 +00:00
Lee Murray
4cbf427ece Merge pull request #291254 from microsoft/mrleemurray/youngest-ivory-porcupine
Update background colors in 2026 Light theme
2026-01-28 11:11:39 +00:00
mrleemurray
f303cf2cd3 Update editor and UI background colors in 2026 Light theme 2026-01-28 10:52:50 +00:00
mrleemurray
9b0e547075 Update foreground color for comment settings in 2026 Light theme 2026-01-28 10:46:07 +00:00
Elijah King
58f407afc7 Merge pull request #290624 from microsoft/eli/theme-fixes
2026 theme fixes
2026-01-28 02:25:32 -08:00
Matt Bierner
e41a3a88c7 Polish mermaid chat previews
- Updates api so extensions can track lifecycles of webviews
- Caches heights across reloads
- Improve rendering of loading indicator
- Use codicons for icons
2026-01-27 21:14:38 -08:00
Elijah King
9dd32e4f02 Merge branch 'main' into eli/theme-fixes 2026-01-27 14:33:03 -08:00
Matt Bierner
c2df422c20 Merge pull request #286476 from dalisoft/patch-1
fix(typescript): `tsserver.useSyntaxServer.always` description
2026-01-27 13:21:04 -08:00
Alex Ross
f89c803449 Try once again to fix the element already registered bug (#290795)
Fixes microsoft/vscode-pull-request-github#8073
2026-01-27 18:11:33 +01:00
Ladislau Szomoru
3fbb12a61c Git - fix open repository command (#290836)
* Git - fix open repository command

* Missed couple of places
2026-01-27 16:41:51 +01:00
Matt Bierner
cd777737ad Merge pull request #290733 from mjbvz/dev/mjbvz/double-flamingo
Allow opening chat mermaid diagrams in a full sized editor
2026-01-27 05:59:17 -08:00
Matt Bierner
1772c98373 Allow opening chat mermaid diagrams in a full sized editor
Fixes #271371

Basic flow is working but needs polish
2026-01-27 01:53:56 -08:00
Ladislau Szomoru
4ac2f00e07 Git - fix bug causing multiple resource trust dialogs when worktrees are present (#290707) 2026-01-27 08:32:18 +00:00
Matt Bierner
f95a763987 Merge pull request #290639 from mjbvz/dev/mjbvz/supreme-grouse
Polishing mermaid rendering
2026-01-26 17:00:18 -08:00
eli-w-king
165e1eeae6 added warning and error badge and icon colors 2026-01-26 16:39:36 -08:00
Matt Bierner
5fde6cdf3e Polishing mermaid rendering 2026-01-26 16:32:55 -08:00
eli-w-king
a623f6ed33 removed faint dropshadow arround tool call and tertiaty buttons 2026-01-26 16:20:48 -08:00
Elijah King
69253ecc99 Merge branch 'main' into eli/theme-fixes 2026-01-26 16:09:46 -08:00
eli-w-king
16fd977993 fixed sign in modal and apple logo 2026-01-26 16:04:11 -08:00
eli-w-king
44059761a5 removed todo drop shadows 2026-01-26 15:51:21 -08:00
eli-w-king
9607c991e8 added focus color to bold search text 2026-01-26 15:37:42 -08:00
Ladislau Szomoru
3a95c41dac Git - delay trust request until we are certain that we can open the repository (#290594) 2026-01-26 23:25:18 +00:00
eli-w-king
ad1bcf0b8a fixed text bubble background and made blue just a bit more vibrant 2026-01-26 15:05:49 -08:00
Johannes Rieken
474d01ff60 OSS tool (#290481) 2026-01-26 18:32:29 +00:00
Ladislau Szomoru
7c84594330 Git - open repositories in an empty workspace without seeing the notification about parent folders (#290433) 2026-01-26 17:03:22 +00:00
Sandeep Somavarapu
d4d37b83e0 Add proposed API support for agent sessions workspace (#290385)
* Add proposed API support for agent sessions workspace

* add access to agentSessionsWorkspace proposed api
2026-01-26 16:05:36 +00:00