Commit Graph

141645 Commits

Author SHA1 Message Date
Robo
aeeddb2b25 fix: portable path in versioned layout (#279510) 2025-11-26 10:12:15 +01:00
Johannes Rieken
68ee1a0e3b debt - Make ServicesAccessor#get honor throwIfStrict and remove getIfExists (#279545)
* debt - Make `ServicesAccessor#get` honor throwIfStrict and remove `getIfExists`

fyi @hediet

* fix tests
2025-11-26 09:06:15 +00:00
bilogic
c50bca2e13 also recognize // #region ... as valid markers (#278943)
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2025-11-26 07:21:41 +00:00
Benjamin Pasero
563be3172e agent sessions - tweak how sessions open (#279530) 2025-11-26 07:13:50 +00:00
Alexandru Dima
18554b9159 Use dir="auto" on tokens which contain RTL (#279474) 2025-11-26 07:11:51 +00:00
Simon Siefke
a5aacd63ed fix: memory leak with subdecorations not being disposed (#278328)
fix: memory leak in decorations
2025-11-26 07:10:20 +00:00
Simon Siefke
1050ee4ce4 fix: memory leak in toggle screencast mode action (#279442) 2025-11-26 06:59:30 +00:00
Benjamin Pasero
070154bbe7 chat - move setup into chatSetup and split up (#279527) 2025-11-26 06:37:56 +00:00
Robo
6802ca4b6a chore: add support for opening content tracing ui (#279343)
* chore: add support for opening content tracing ui

* chore: address feedback
2025-11-26 07:22:02 +01:00
Don Jayamanne
e4cad75baa Restore Keep/Undo for all chat sessions of all types (#279522) 2025-11-26 05:23:02 +00:00
Don Jayamanne
7ec9c8eb07 Support restoring edits for background sessions (#279270)
* Support restoring edits for background sessions

* revert change
2025-11-26 06:01:26 +01:00
Justin Chen
2d69e225bf remove extra last thinking call (#279518) 2025-11-25 19:52:42 -08:00
Rob Lourens
94c7f62052 Listen to models, not widgets, in local session provider (#279504)
* Listen to models, not widgets, in local session provider
For #279359

* Fix tests
2025-11-25 19:52:12 -08:00
Connor Peet
120655a642 mcp: implement sep-1732 tasks (#277888)
* mcp: implement sep-1732 tasks

Implement full support for both server-side and client-side tasks on tool calls, sampling, and elicitation

Refs https://github.com/modelcontextprotocol/modelcontextprotocol/pull/1732

* wip

* finish support
2025-11-25 19:47:45 -08:00
Tyler James Leonhardt
86ec365beb Revert "Update focused row keybinding appearance in quick input list" (#279480) 2025-11-25 16:13:20 -08:00
Benjamin Christopher Simmonds
a22ef97c35 Merge pull request #279481 from microsoft/benibenj/amused-dinosaur
Add performance markers to inline completions
2025-11-26 01:10:03 +01:00
Rob Lourens
85e0c2dba3 Fix chat notification to not show when moving a running session (#279490) 2025-11-25 15:59:01 -08:00
Benjamin Christopher Simmonds
ebe49be3c8 Merge branch 'main' into benibenj/amused-dinosaur 2025-11-26 00:46:10 +01:00
Josh Spicer
306c99cbf6 wire up icons for chatSession chat participants (#279487) 2025-11-25 23:44:41 +00:00
Benjamin Christopher Simmonds
67c299a1d8 Merge pull request #279473 from microsoft/benibenj/melodic-pig
Add editKind to describe the shape of the edit
2025-11-26 00:39:09 +01:00
BeniBenj
857a688d8d rename 2025-11-26 00:28:22 +01:00
BeniBenj
f3acb0e0d5 performanceMarkers?: string; 2025-11-26 00:27:25 +01:00
Benjamin Christopher Simmonds
65a9f0bedc Update src/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsSource.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-26 00:24:56 +01:00
BeniBenj
df02e9bddd . 2025-11-26 00:19:49 +01:00
BeniBenj
fbce09fe53 mark performance 2025-11-25 23:30:30 +01:00
Josh Spicer
04c0a8ccb7 Update CODEOWNERS for policyData.jsonc (#279467)
Added CODEOWNERS for generated policy changes.
2025-11-25 22:01:53 +00:00
BeniBenj
20a2ff9230 . 2025-11-25 22:58:43 +01:00
Raymond Zhao
f0ef16f15c chore: bump native modules (#279463) 2025-11-25 21:58:32 +00:00
BeniBenj
f39aabecdd add editKind which describes the shape of the edit 2025-11-25 22:53:05 +01:00
Dirk Bäumer
4ead787bf2 Merge pull request #279458 from microsoft/dbaeumer/generous-bobcat-amaranth
Add test to the renameSymbolProcessor
2025-11-25 22:29:50 +01:00
Justin Chen
28826f9835 fix spinner and uncollapsed thinking parts on reload (#279432) 2025-11-25 21:15:30 +00:00
Don Jayamanne
5191ea5a5d Open a single chat editor for the right contribution (#279449) 2025-11-25 13:15:14 -08:00
Benjamin Pasero
98ab5666dd agent sessions - polish for chat view integration (#279448)
* agent sessions - polish for chat view integration

* Update src/vs/workbench/contrib/chat/browser/media/chatViewPane.css

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-25 21:13:45 +00:00
Josh Spicer
cf7f57448b shortcut to open untitled editor (#279440) 2025-11-25 20:42:30 +00:00
Raymond Zhao
41997d514d chore: npm audit fix (#279437)
* chore: npm audit fix

* chore: npm audit fix in extensions

* chore: npm audit fix in tests

* Catch last few
2025-11-25 20:29:09 +00:00
Josh Spicer
65d1f6fb53 hide category header for mode picker unless managed by policy (#279429)
* hide category header for mode picker unless managed by policy

* Update src/vs/workbench/contrib/chat/browser/modelPicker/modePickerActionItem.ts

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

* tidy

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-25 20:27:23 +00:00
Benjamin Pasero
fde52a5db2 agent sessions - filter empty chats in the view pane, not globally (#279434)
* agent sessions - filter empty chats in the view pane, not globally

This fixes an issue where we no longer track progress per session.

* ci
2025-11-25 20:23:48 +00:00
Justin Chen
1bc1f5ed0c fix screencheese from updateItemHeight (#279438) 2025-11-25 20:22:37 +00:00
Matt Bierner
d6f8053a15 Merge pull request #279420 from mjbvz/dev/mjbvz/far-anglerfish
Add title for jsdoc symbol links
2025-11-25 11:56:06 -08:00
Benjamin Pasero
d1b316a8ee agent sessions - open in sidebar from inline sessions view if possible (#279427) 2025-11-25 19:44:00 +00:00
Matt Bierner
d41456d765 Merge pull request #279425 from mjbvz/dev/mjbvz/powerful-meerkat
Use custom hovers in rendered markdown for link titles
2025-11-25 11:39:29 -08:00
Benjamin Pasero
8c75c8648d agent sessions - rename to "Agents" view (#279424) 2025-11-25 19:28:46 +00:00
Dmitriy Vasyura
4bdaf4ccef Merge pull request #279422 from microsoft/dev/dmitriv/remove-eslint-rule
Remove Map/Set eslint rule
2025-11-25 11:24:14 -08:00
Matt Bierner
dd5c1e4656 Fix tests 2025-11-25 11:22:33 -08:00
Matt Bierner
8a20fa14ae Use custom hovers in rendered markdown for link titles
We were already doing this for chat. I think it makes sense to be consistent
2025-11-25 11:19:28 -08:00
Justin Chen
d2bde19801 don't pin terminal tools in thinking container (#279419) 2025-11-25 19:16:19 +00:00
Dirk Baeumer
62c7080a1d Merge branch 'main' into dbaeumer/generous-bobcat-amaranth 2025-11-25 20:09:18 +01:00
Dirk Baeumer
100e1cc5f3 More tests 2025-11-25 20:07:36 +01:00
Dmitriy Vasyura
f2f21a56ea Remove Map/Set eslint rule 2025-11-25 11:00:09 -08:00
Matt Bierner
22ce98c190 Add title for jsdoc symbol links
Fixes #279417
2025-11-25 10:58:36 -08:00