Commit Graph

148279 Commits

Author SHA1 Message Date
Ladislau Szomoru
2a817bb097 Engineering - Delete the worktree hook file for the time being (#295776)
Delete the worktree hook file for the time being
2026-02-17 16:17:28 +01:00
Ladislau Szomoru
8ad59c5ed7 SCM - fix cyclic dependency (#295779) 2026-02-17 15:15:42 +00:00
Robo
d112b3987e chore: update application name logic for win32 scripts (#295777) 2026-02-17 15:13:55 +00:00
Benjamin Pasero
d797e9f914 sessions - tweak workspace settings for vs/sessions (#295775)
* sessions - tweak workspace settings for `vs/sessions`

* ccr
2026-02-17 15:13:44 +00:00
Benjamin Pasero
b1009c98bb Sessions exploration (#294912) 2026-02-17 14:14:39 +00:00
Robo
6b97e58b79 chore: bump distro (#295761) 2026-02-17 05:50:35 -08:00
Lee Murray
71292f2ef3 Merge pull request #295749 from microsoft/mrleemurray/static-rose-grouse
Enhance minimap autohide and sticky widget styles
2026-02-17 12:37:46 +00:00
mrleemurray
7520304216 Add hover background for sticky scroll in dark and light themes 2026-02-17 12:23:49 +00:00
mrleemurray
cebaef18d3 Fix indentation 2026-02-17 12:20:25 +00:00
mrleemurray
2b42a80885 Enhance quick input list styles for better visibility and interaction 2026-02-17 12:13:01 +00:00
mrleemurray
152d29bd0c Fix sticky widget styles for reduced transparency theme 2026-02-17 11:38:34 +00:00
mrleemurray
4960dbf34e Add hover background for sticky line content in editor 2026-02-17 11:36:30 +00:00
mrleemurray
9777d84972 Enhance minimap autohide functionality and improve sticky widget styles 2026-02-17 11:29:57 +00:00
Christof Marti
a348a067d8 Avoid hardcoding models (#289694) 2026-02-17 11:49:24 +01:00
Don Jayamanne
aae3af1c04 Hide models contributed by background agents (#295669)
* Hide models contributed by background agents

* Updates

* Add additioknal tests
2026-02-17 10:34:36 +01:00
Ladislau Szomoru
44724dcea7 SCM - 💄 extract input into a separate file (#295725) 2026-02-17 09:17:34 +00:00
Dmitriy Vasyura
44166499c1 Type slower to attempt fix flaky sanity test (#295722) 2026-02-17 10:06:11 +01:00
Aiday Marlen Kyzy
637eef8346 Updating distro of the package.json (#295608)
updating distro of the package.json
2026-02-17 09:50:01 +01:00
Benjamin Pasero
1dad7705df 🆙 distro (#295718) 2026-02-17 08:19:19 +00:00
Justin Chen
5e6a65c112 all static subagent title parts should shimmer (#295710) 2026-02-17 08:18:15 +01:00
Justin Chen
fe621df3b0 make sure hook is shown in collapsed title for subagent and thinking (#295696)
* make sure hook is shown in collapsed title

* fix issue

* Update src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatThinkingContentPart.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* address some comments

* fix hygined

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-16 22:08:29 -08:00
Rob Lourens
d0bb029b80 Merge pull request #295687 from microsoft/roblou/casual-barracuda
Fix leaking codeblock textmodel refs
2026-02-17 06:08:13 +00:00
Rob Lourens
21ad8e60d8 Merge pull request #295685 from microsoft/roblou/weary-bedbug
Improve text selection in debug console
2026-02-17 06:06:59 +00:00
Rob Lourens
d360230884 Fix 2026-02-16 19:00:59 -08:00
Copilot
9135a7b73a Make session target picker responsive for all session types (#295034)
* Initial plan

* Make session target picker responsive for all session types

Update renderLabel logic to hide labels for all session types when the view is narrow (width < 650px), not just for the Local type. All session types have icons, so they can safely display as icon-only when space is constrained.

Fixes the issue where non-Local session types would still show labels in narrow views, causing visual clutter.

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-17 02:59:04 +00:00
Rob Lourens
8ed5f05c6b Fix leaking codeblock textmodel refs 2026-02-16 18:52:11 -08:00
Rob Lourens
21bc57de12 Improve text selection in debug console
This allows me to drag from the left margin to select text in repl
2026-02-16 18:38:03 -08:00
Kyle Cutler
06c5122892 Bootstrap Playwright service (#295261)
* Bootstrap Playwright service

* feedback
2026-02-17 10:19:57 +11:00
Benjamin Pasero
33dc3c2956 Modal view leaves quick pick out of focus (fix #295619) (#295644) 2026-02-16 19:55:03 +00:00
Rob Lourens
d85f99ba42 Increase amount of request scrolled into view by default (#295637)
Fix #295531
2026-02-17 00:50:54 +05:00
Johannes Rieken
86296d1e7e Refactor inline chat affordance classes to streamline telemetry logging and improve code structure (#295622)
* Add telemetry for inline chat affordance shown/selected events (#291841)

* Refactor inline chat affordance classes to streamline telemetry logging and improve code structure
2026-02-16 19:34:43 +01:00
Benjamin Christopher Simmonds
69d110f2fe Merge pull request #295618 from microsoft/benibenj/collective-tiger
Add edit mode to chat extension
2026-02-16 18:54:42 +01:00
Lee Murray
0af57b1aa6 Merge pull request #295611 from microsoft/mrleemurray/occupational-copper-bug
Fix widget border color and update command center styles
2026-02-16 17:26:18 +00:00
BeniBenj
ea14b65ab1 edit mode from chat extension 2026-02-16 18:24:51 +01:00
mrleemurray
0955181440 fix: update command center active background and add toolbar hover background color 2026-02-16 16:44:20 +00:00
Benjamin Pasero
547a36e89f sessions - stop blocking shutdown for archived sessions even if in progress (#295606) 2026-02-16 16:43:17 +00:00
Johannes Rieken
290c0085fc Add rename tool and related helper functions for symbol renaming (#295572)
* Add rename tool and related helper functions for symbol renaming

* Refactor RenameTool to use ResourceTextEdit and improve edit counting; add comprehensive unit tests for rename functionality
2026-02-16 16:41:31 +00:00
copilot-swe-agent[bot]
d0f4f50af2 Fix: Show keybinding in tooltip for Keep/Undo chat edit buttons
The tooltip for the Keep and Undo buttons in the chat editing overlay was
not showing the keybinding (e.g. Cmd+Shift+Y for Keep). The getTooltip()
override was short-circuiting when options.keybinding was set, but the
base class never appended the keybinding to action.tooltip (only to
action.label). Remove the short-circuit so the keybinding is always
appended via IKeybindingService.appendKeybinding().

Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>
2026-02-16 16:32:37 +00:00
Benjamin Pasero
08c0128fe2 modal - separate setting for opening extensions/mcp in modal editor (#295600) 2026-02-16 17:28:44 +01:00
Johannes Rieken
6cb8d0afa4 Merge pull request #295568 from microsoft/joh/inline-chat-native-private
Inline chat editor affordance with lightbulb integration
2026-02-16 17:24:00 +01:00
copilot-swe-agent[bot]
fcb0499dea Initial plan 2026-02-16 16:22:56 +00:00
mrleemurray
4871bc4901 fix: add border color for widget in 2026 dark theme 2026-02-16 16:19:42 +00:00
Benjamin Christopher Simmonds
74e6533a1c Merge pull request #295570 from microsoft/benibenj/unnecessary-woodpecker
Hide edit mode is default
2026-02-16 16:43:30 +01:00
Johannes
a2ed68469b Enhance computeLightBulbInfo to support gutter context and simplify code 2026-02-16 15:29:08 +01:00
Lee Murray
5892b05779 Merge pull request #295580 from microsoft/mrleemurray/exuberant-fuchsia-guppy
Update @vscode/codicons version to 0.0.45-8
2026-02-16 13:26:37 +00:00
Robo
68931fd75f chore: bump electron@39.6.0 (#295559)
* chore: bump electron@39.6.0

* chore: bump distro
2026-02-16 18:26:26 +05:00
mrleemurray
3a4baed816 Update @vscode/codicons version to 0.0.45-8 in package.json and package-lock.json 2026-02-16 12:41:06 +00:00
Benjamin Pasero
a9b50c8372 modal - tweaks to editor and extensions handling (#295542) 2026-02-16 17:27:04 +05:00
Ladislau Szomoru
dfec5880f8 Git - 💄 extract quick diff providers (#295564)
Git - extract quick diff providers
2026-02-16 17:10:19 +05:00
Lee Murray
7d8e39f5bc Add compact toggle and size submenu for activity bar (#295184)
* Add compact toggle for activity bar in default position

* Add size submenu for activity bar in default position

* ccr

---------

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
Co-authored-by: Alex Ross <38270282+alexr00@users.noreply.github.com>
2026-02-16 13:08:18 +01:00