Commit Graph

140861 Commits

Author SHA1 Message Date
SteVen Batten
27a2bcb056 adopt new version of tas-client, no longer use "umd" variant (#263340)
upgrade to tas-client 0.3.1
2025-11-12 07:50:41 -08:00
Johannes Rieken
f62ffbb85b Remove NLS inline chat hint (#276935)
fixes https://github.com/microsoft/vscode/issues/271279
fixes https://github.com/microsoft/vscode/issues/276927
2025-11-12 15:44:34 +00:00
Megan Rogge
9a4e259c79 store command and output so it can persist when the terminal is killed (#276601)
fixes #274870
2025-11-12 07:34:54 -08:00
Simon Siefke
7623595981 fix: memory leak in quick diff model (#276914) 2025-11-12 15:28:20 +00:00
Ladislau Szomoru
1644a34e71 Git - fix extension API method signature (#276931) 2025-11-12 15:17:35 +00:00
Martin Aeschlimann
0ec83c5f51 Remove running prompt file without slash command (#276926) 2025-11-12 16:05:45 +01:00
Henning Dieterichs
97b0bd5840 Introduces extensionHostWorkerMainDescriptor 2025-11-12 15:42:11 +01:00
Benjamin Christopher Simmonds
70100f1a3c Merge pull request #276919 from microsoft/benibenj/ethical-wildfowl
Fix model disposal issue
2025-11-12 15:38:24 +01:00
Johannes Rieken
b6555e97b8 Merge pull request #273111 from yavanosta/UriIdentityService-perf
Improve performance of UriIdentityService (#273108)
2025-11-12 15:37:44 +01:00
Henning Dieterichs
09fd796731 Fixes stylesheet 2025-11-12 15:13:25 +01:00
Henning Dieterichs
e88215fdc0 Makes IAiEditTelemetryService a required service 2025-11-12 15:12:44 +01:00
BeniBenj
a157bfb5a9 fix model is disposed 2025-11-12 15:11:27 +01:00
Henning Dieterichs
cc5b595787 Fixes monaco editor test 2025-11-12 14:14:29 +01:00
Henning Dieterichs
0244b56be0 Fixes CI 2025-11-12 14:14:29 +01:00
Henning Dieterichs
32b7a94b60 Introduces IWebWorkerService to allow the monaco editor to customize web worker handling via service injection 2025-11-12 14:14:29 +01:00
Johannes Rieken
77a0f670d3 codenotify (#276897) 2025-11-12 12:16:50 +00:00
Copilot
36b32e3d47 Show draft comment icon in gutter when appropriate (#271536)
* Initial plan

* Add draft comment icon support in gutter and comments view

Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>

* Add state property to Comment interface for draft support

Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>

* Add color registration and CSS for draft comment glyph

Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>

* clean up

* Fix known variables

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
2025-11-12 12:16:05 +00:00
Sandeep Somavarapu
bee4d296a0 remove any type usage (#276894)
* remove any type usage

* remove more usages
2025-11-12 11:58:27 +00:00
Lee Murray
119d21a125 Merge pull request #276888 from microsoft/mrleemurray/continuous-haddock-brown
Update progress badge icon and dimensions
2025-11-12 11:09:36 +00:00
Ladislau Szomoru
60eb399578 Git - improve ref sorting in the repository explorer (#276889) 2025-11-12 11:03:42 +00:00
mrleemurray
a2440ee357 Update progress badge icon.
Update mask size and dimensions for progress badge icons
2025-11-12 10:41:27 +00:00
Copilot
91b60758c9 Fix InputBox message not repositioning on layout (#275597)
* Initial plan

* Fix InputBox message layout on resize

When the InputBox performs a layout(), it now triggers a layout on the message context view if one is currently showing. This ensures the warning/error message stays properly positioned relative to the input box during resize operations.

The fix handles both flexible height text areas (with mirror) and regular input fields.

Co-authored-by: benibenj <44439583+benibenj@users.noreply.github.com>

* Refactor: Extract layoutContextView to eliminate code duplication

Co-authored-by: benibenj <44439583+benibenj@users.noreply.github.com>

* rename

* Fix layoutMessage to check state === 'open' instead of this.message

The layoutMessage method should only trigger layout when the context view
is actually showing (state === 'open'), not just when a message exists.
This matches the pattern used in onValueChange() and ensures we only
layout the context view when the anchor moves and the message is visible.

Co-authored-by: benibenj <44439583+benibenj@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: benibenj <44439583+benibenj@users.noreply.github.com>
Co-authored-by: BeniBenj <besimmonds@microsoft.com>
2025-11-12 10:33:33 +00:00
Sandeep Somavarapu
9955991950 fix #276882 (#276883) 2025-11-12 11:32:30 +01:00
Benjamin Christopher Simmonds
716956dc73 Merge pull request #276878 from microsoft/benibenj/flaky-seahorse
Tree any adoption
2025-11-12 11:03:05 +01:00
Ladislau Szomoru
a797936ddc SCM - extract code to add css class to the twistie element (#276877) 2025-11-12 10:56:55 +01:00
Alex Ross
f2727d0441 Remove custom view padding when there's a twisty (#276880)
Fixes #276856
2025-11-12 09:45:20 +00:00
BeniBenj
1e6eaef61f 💄 2025-11-12 10:43:44 +01:00
Copilot
a9f4264a31 Add error handling for fetch failures in OAuth metadata discovery (#276749)
* Initial plan

* Add tests for fetch error handling in fetchResourceMetadata

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

* Add error handling for fetchImpl in fetchAuthorizationServerMetadata

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

* Add comprehensive test for mixed error types in fetchAuthorizationServerMetadata

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

* Improve error handling

---------

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: Tyler Leonhardt <tyleonha@microsoft.com>
2025-11-12 09:37:50 +00:00
BeniBenj
2039aa60e4 tree any adoption 2025-11-12 10:03:57 +01:00
Martin Aeschlimann
982b757f70 "copilot-instructions.md" registered for 2 languages (#276876) 2025-11-12 08:34:38 +00:00
Matt Bierner
0eb2840797 Merge pull request #276826 from microsoft/dev/mjbvz/gulp-mjs
Convert gulpfiles to modules
2025-11-11 22:36:24 -08:00
Benjamin Pasero
a2f3455704 eng - reduce console spam (#276857)
* eng - reduce console spam

* lipstick
2025-11-12 06:19:21 +00:00
Benjamin Pasero
834c559d69 debt - some list/tree tweaks (#276851) 2025-11-12 07:18:33 +01:00
Matt Bierner
9388f8edde Resolve again 2025-11-11 20:45:55 -08:00
Matt Bierner
e88ed802b0 Back to import.meta.resolve 2025-11-11 18:31:10 -08:00
Matt Bierner
b59466c366 Use require for resolve 2025-11-11 17:57:13 -08:00
Aaron Munger
ae900a8cf5 put save image command into output menu (#276835) 2025-11-11 17:18:09 -08:00
Bryan Chen
29fa1ed667 Merge pull request #276837 from microsoft/brchen/rg-respect-use-local
Respect the useIgnoreFiles.local setting in findTextInFiles2 API
2025-11-11 17:17:45 -08:00
Matt Bierner
336cb6d0ab map -> forEach 2025-11-11 17:16:53 -08:00
Matt Bierner
475c364fde Move defaultMaxListeners to start of file 2025-11-11 17:15:49 -08:00
Matt Bierner
f3c8fabb47 Use simpler dirname 2025-11-11 17:13:51 -08:00
Aaron Munger
8e0a21f36d enable a few notebook smoke tests (#276793)
* more strenuous add/delete cell check

* unskip some tests
2025-11-11 17:12:27 -08:00
Bryan Chen
dd2de056c6 respect the spec of findTextInFiles2 API 2025-11-11 16:58:11 -08:00
Bryan Chen
8d32cf50af Respect the useIgnoreFiles.local setting in findTextInFiles2 API 2025-11-11 16:51:09 -08:00
dileepyavan
69577173a5 Enable support for Http based MCP resources (#276580)
* Enabling Http enabled MCP resources

* Updating with review comments

* tidy nits

---------

Co-authored-by: Connor Peet <connor@peet.io>
2025-11-11 16:31:10 -08:00
Dmitriy Vasyura
bd64c17880 Move accent-insensitive filtering to common (#276798)
* Move accent-insensitive filtering to common

* Reuse normalizeNFD and its cache.

* PR feedback
2025-11-11 15:58:06 -08:00
Copilot
e731b3430f Fix quickpick checkbox toggle by removing checkboxes from tab order (#275952)
* Initial plan

* Fix quickpick checkbox toggle when focused and highlighted items differ

Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>

* Simplify fix: revert checkbox state when not focused

Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>

* Address code review feedback: check data.element and clarify comments

Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>

* Remove checkboxes from tab order instead of checking focus state

Address feedback from @dmitrivMS to remove tab stops from tree items since they are already navigable with arrow keys. This is a simpler solution that prevents the issue at the root cause rather than working around it.

Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
Co-authored-by: Dmitriy Vasyura <dmitriv@microsoft.com>
2025-11-11 15:53:18 -08:00
Matt Bierner
723aa849c9 Convert gulpfiles to modules
Makes a pass through our top level gulpfiles to convert them to modules
2025-11-11 15:28:50 -08:00
Copilot
c6464f84b9 Remove classic Microsoft authentication implementation (#276787)
* Initial plan

* Remove classic Microsoft authentication implementation

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

* Remove classic implementation

* extra space

---------

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: Tyler Leonhardt <tyleonha@microsoft.com>
2025-11-11 23:18:53 +00:00
Matt Bierner
96ede6b3ec Merge pull request #276822 from mjbvz/dev/mjbvz/querulous-ptarmigan
Ignore a few more built files
2025-11-11 15:09:08 -08:00