Commit Graph

142818 Commits

Author SHA1 Message Date
Copilot
2b49f34380 Fix "Create New Terminal in Editor Area" to respect focused window (#283102) 2025-12-16 13:26:15 -06:00
dileepyavan
aeb743289b adding title for fetched resources content display (#283742)
* adding title for fetched resources content display

* adding title for fetched resources content display
2025-12-16 19:12:26 +00:00
Dmitriy Vasyura
1d9de1a9d8 Finalize quickPickPrompt API (#283874)
Finalize quickPickPrompt API proposal
2025-12-16 19:11:50 +00:00
Dmitriy Vasyura
56555a8bf1 Finalize quickPickItemResource API proposal (#283877) 2025-12-16 19:11:02 +00:00
Megan Rogge
cea4fe5e1c fix task disposable leak (#283872)
fixes #274750
2025-12-16 19:05:08 +00:00
Simon Siefke
53f4de24cb fix: memory leak in terminal find widget (#283466) 2025-12-16 18:50:37 +00:00
Michael Lively
c79dbd0432 Add migrate prompt for grooming help (#283867)
add migrate prompt for grooming help
2025-12-16 18:50:13 +00:00
Megan Rogge
f4367f568f wait for xterm element vs assuming it's defined (#283868)
fixes #283287
2025-12-16 18:43:58 +00:00
Megan Rogge
5fd2594017 provide completions for git remotes (#241675) 2025-12-16 12:42:53 -06:00
Lee Murray
3d8998aee6 Merge pull request #283869 from microsoft/mrleemurray/forward-hedgehog-gray
Add worktree icons to codicons library
2025-12-16 18:32:16 +00:00
Copilot
ffd0bd291c Fix duplicated Advanced tag in settings editor (#283852)
* Initial plan

* Fix duplicated Advanced tag in settings editor

Remove advanced tag handling from updatePreviewIndicator() since it's already handled by updateAdvancedIndicator(). This prevents the "Advanced" label from appearing twice for settings with the advanced tag.

Fixes duplicate Advanced tag display issue

Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
2025-12-16 10:27:22 -08:00
Connor Peet
2e63bd5ea1 Merge pull request #281767 from SimonSiefke/fix/memory-leak-debug-session
fix: memory leak in debug session
2025-12-16 10:19:32 -08:00
Megan Rogge
cbf7676898 Prevent alt buffer entrance from hanging chat agent (#282883)
fix #280705
2025-12-16 10:18:25 -08:00
Lee Murray
7326a1a822 Merge branch 'main' into mrleemurray/tragic-gayal-turquoise 2025-12-16 18:11:02 +00:00
mrleemurray
3168a3ee56 feat(codicons): add worktree icons to codicons library 2025-12-16 18:00:35 +00:00
Simon Siefke
bbe3af57aa Merge branch 'main' into fix/memory-leak-debug-session 2025-12-16 20:59:05 +03:00
Simon Siefke
4e54be8078 undo change 2025-12-16 18:55:11 +01:00
Johannes Rieken
30b72b8f40 Merge pull request #283842 from microsoft/copilot/update-suggest-status-bar
Fix suggest status bar showing Insert/Replace when no item is selected
2025-12-16 18:11:27 +01:00
mayank choudhary
ca00f86440 docs: update Twitter branding to X in README (#280235)
docs: update Twitter link to X

Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com>
2025-12-16 16:49:55 +00:00
Johannes Rieken
397ead22e8 Merge branch 'main' into copilot/update-suggest-status-bar 2025-12-16 17:32:42 +01:00
Johannes Rieken
4e1f33661d fixes https://github.com/microsoft/vscode/issues/207014 (#283847) 2025-12-16 16:30:59 +00:00
Johannes
1ed11e05f0 status shows select command when insert/replace don't show 2025-12-16 17:23:17 +01:00
Logan Ramos
934a4f6b49 Remove non null assertion (#283844) 2025-12-16 16:14:40 +00:00
Dmitriy Vasyura
9b01c97248 Merge pull request #283573 from microsoft/dev/dmitriv/disable-blame-preview-setting
Add setting to disable blame editor decoration preview on hover
2025-12-16 08:09:52 -08:00
Henning Dieterichs
49488f1086 Eagerly creates the inline edit view. (#281280)
Disables InlineSuggestionsView in inline completion unit test
2025-12-16 17:07:11 +01:00
Matt Bierner
465395125e Merge pull request #282608 from mjbvz/dev/mjbvz/lengthy-raven
Allow webviews and custom editors to use themeicons
2025-12-16 08:04:49 -08:00
copilot-swe-agent[bot]
5862a31518 Add HasFocusedSuggestion context key to suggest status bar menu items
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>
2025-12-16 15:56:47 +00:00
Martin Aeschlimann
34a8f41e0e Automatic instructions only included if file has frontmatter (#283827) 2025-12-16 16:53:58 +01:00
Ladislau Szomoru
62887266ea Adjust the setting name to disableHover 2025-12-16 16:51:43 +01:00
Lee Murray
d3abf9fe46 Merge branch 'main' into mrleemurray/tragic-gayal-turquoise 2025-12-16 15:49:54 +00:00
copilot-swe-agent[bot]
013a17a3ff Initial plan 2025-12-16 15:48:42 +00:00
Johannes Rieken
d13c32e27f disable flakly test again https://github.com/microsoft/vscode/issues/254042 (#283836) 2025-12-16 15:45:42 +00:00
Benjamin Pasero
3cd24f525e Screencheese issue in empty chat welcome view (fix #273827) (#283819) (#283825)
docs - update log file retrieval instructions
2025-12-16 15:13:27 +00:00
Benjamin Pasero
6359b3f7d0 Merge branch 'main' into mrleemurray/tragic-gayal-turquoise 2025-12-16 15:56:58 +01:00
Alex Ross
b4f4914ca8 Issue grouping prompt (#283820) 2025-12-16 14:51:28 +00:00
Benjamin Pasero
641f159a79 Screencheese issue in empty chat welcome view (fix #273827) (#283819) 2025-12-16 14:40:40 +00:00
Sandeep Somavarapu
1e9b46f9a2 fix #283547 (#283818) 2025-12-16 14:36:14 +00:00
Ladislau Szomoru
33094f306c Engineering - update product pipeline to allow testing new macOS pool (#283817)
* Fix compile stage

* Lift stage information for easier testing

* Update macOS test steps
2025-12-16 14:32:43 +00:00
Igor
a8f4b34cfe Fix color detection in hsl saturation (#266720)
* fix color detection in hsl saturation (#180436)

* test: add tests for hsl color detection (#180436)

* adding back code

---------

Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
2025-12-16 14:30:43 +00:00
Sandeep Somavarapu
017685821d fix #213837 (#283814) 2025-12-16 14:27:32 +00:00
João Moreno
17c7cdc283 use correct timestamp format (#283813) 2025-12-16 15:07:27 +01:00
Abhijit Chikane
ea16c5dff5 fix: hover focus border cutting at the corners (#259548) 2025-12-16 13:44:46 +00:00
Arttu Ylä-Outinen
07c8caa562 Fix sticky scroll hover listeners piling up (#260020)
The StickyScrollWidget adds new mouse enter/exit listeners on every
render without clearing the old ones so the listeners keep accumulating.
Rendering gets very slow once the number of listeners reaches 100000.
Fixed by clearing the existing listeners before adding new ones.
2025-12-16 13:41:27 +00:00
Alexandru Dima
63fce795d0 Revert "Use the view coordinate system for the initial line selection" (#283807)
Revert "Use the view coordinate system for the initial line selection (#277415)"

This reverts commit 2050570b41.
2025-12-16 13:31:35 +00:00
Lee Murray
74f43b4bb8 Merge pull request #283800 from microsoft/mrleemurray/size-tokens
Add size tokens and registry implementation for theme customization
2025-12-16 13:20:55 +00:00
Irina Chernushina
378d608574 Fix memory leak with installing cursor change position listener (#267799)
* Fix memory leak with installing cursor change position listener

... for the case when user has configured relative line numbers.

1) this wrapping method can be called multiple time when any configuration setting changes, so now multiple listeners are installed
2) unfortunately they also create additiional work which may lead to performance degradation

we only need maximum 1 listener installed at a time

* disposing the cursor position listener too

* fixing imports

---------

Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
2025-12-16 13:09:20 +00:00
mrleemurray
e3c30ead18 Remove border from text preformat styling in notebook cell chat 2025-12-16 13:04:56 +00:00
Robo
4c616ec9d1 chore: bump electron@39.2.7 (#283786)
* chore: bump electron@39.2.7

* chore: bump distro

* chore: update electron checksums
2025-12-16 13:57:53 +01:00
Justin Chen
5bf98dbfca fix working spinner not showing up (#283798)
* fix working spinner not showing up

* remove whitespace

* remove extra thinking part check
2025-12-16 12:56:00 +00:00
Lee Murray
07dc99821f Update src/vs/workbench/services/themes/browser/workbenchThemeService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-16 12:47:01 +00:00