Commit Graph

140376 Commits

Author SHA1 Message Date
Ladislau Szomoru
4e72c81a4e Git - fix editor tab labels and notifications when comparing references (#275292) 2025-11-04 20:17:45 +00:00
Megan Rogge
0247231b70 Show focus action on command execution (#275273)
fixes #275264
2025-11-04 19:47:35 +00:00
Daniel Imms
9f2fab9abb Merge pull request #275207 from microsoft/tyriar/275037
Use label service in detected file writes
2025-11-04 10:00:17 -08:00
Daniel Imms
828f516a66 Use label service in detected file writes
Fixes #275037
2025-11-04 09:41:02 -08:00
Henning Dieterichs
e3cc04db94 Fixes https://github.com/microsoft/vscode/issues/274796 2025-11-04 18:35:33 +01:00
Ladislau Szomoru
d271140389 Graph - fix case when the merge base is not yet fetched (#275145) 2025-11-04 15:50:23 +00:00
Alex Ross
d42b85fdc6 Support .git in repo cache and improve language (#275075)
* Support .git in repo cache and improve language
Done while testing https://github.com/microsoft/vscode/issues/274930

* Tests
2025-11-04 16:48:24 +01:00
Aaron Munger
0bec095988 make visible if contains model picker (#274883) 2025-11-04 07:40:33 -08:00
Martin Aeschlimann
a756650538 prompt files: set editor.insertSpaces: true (#275072) 2025-11-04 10:52:12 +00:00
Ladislau Szomoru
e092054c98 Git - adopt new QuickInputButton location (#275071) 2025-11-04 10:49:32 +00:00
Megan Rogge
bc817f82df fix inappropriate height of terminal chat output widget (#275057)
fix #275051
2025-11-04 11:24:37 +01:00
Megan Rogge
183cef8a4c if no focused chat widget, get the first one for chat (#274963)
fix #274960
2025-11-04 11:16:20 +01:00
Justin Chen
9092ce3427 fix a few thinking rendering issues and cleanup (#274998) 2025-11-04 08:08:37 +00:00
Connor Peet
0ee91eb27e mcp: add better validation for extension-contributed servers (#274922)
* mcp: add better validation for extension-contributed servers

Closes #271751

* hygenie
2025-11-04 07:00:43 +01:00
Justin Chen
ab3fa42d6b fix implicit context showing up on empty webviews (#274966) 2025-11-04 07:00:19 +01:00
Raymond Zhao
18d828e5d5 chore: suppress node warnings (#274905)
* chore: suppress node CFG warnings

* Add lines from gdnsuppress
2025-11-04 12:45:30 +09:00
Megan Rogge
8d19cc456b ensure command id defined for non copilot terminals (#274954) 2025-11-03 19:15:30 -08:00
Rob Lourens
df07c4aa3c Include custom mode instructions for subagents (#274943) 2025-11-03 18:08:11 -08:00
Justin Chen
e35d9cbceb fix setting description (#274951) 2025-11-03 18:01:52 -08:00
Megan Rogge
d5e67b1a19 fix css of terminal chat output (#274942)
fix #274306
2025-11-04 02:00:36 +00:00
Justin Chen
c7a8e31590 add better thinking styles and fix single line issue (#274941) 2025-11-03 17:28:36 -08:00
Connor Peet
dd34e56d2a mcp: fix focus trap in tool error hover (#274927)
Closes #262332
2025-11-03 16:54:37 -08:00
Matt Bierner
b60ec5d8a8 Merge pull request #274929 from mjbvz/dev/mjbvz/intense-catshark
Avoid extra `toDisposable` call
2025-11-03 16:32:04 -08:00
Tyler James Leonhardt
b01211dec2 Add tool for searching settings UI (#274920)
* Add tool for searching settings UI

Since the input box is a monaco editor, it struggles.

* push
2025-11-04 00:28:26 +00:00
Copilot
92fe345bb1 Fix text selection artifacts in expanded terminal tool output (#274845) 2025-11-03 19:23:45 -05:00
Bhavya U
b901e0baa6 chat: clear todo list when request response is cancelled (#274919) 2025-11-04 00:13:42 +00:00
Matt Bierner
1641855e75 Avoid extra toDisposable call 2025-11-03 16:11:10 -08:00
Connor Peet
876cc83310 edits: fix wrong type in notebook edits (#274916)
Closes #274908
2025-11-03 23:58:17 +00:00
Connor Peet
a8dac7f9e4 edits: add additional msbuild files to edits patterns (#274911) 2025-11-03 23:26:24 +00:00
Connor Peet
30486ef2a8 edits: fix bad undo/redo around messages with no edits (#274897)
* edits: fix bad undo/redo around messages with no edits

Handles cases around edits with no contained undo stops

* Update src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingCheckpointTimelineImpl.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-03 23:07:02 +00:00
Daniel Imms
0a964b74dc Merge pull request #274902 from microsoft/tyriar/274889
Handle tree sitter exception in file writes
2025-11-03 15:06:09 -08:00
Ladislau Szomoru
b801480a2c Graph - use list active selection color variables (#274900) 2025-11-03 23:02:54 +00:00
Martin Aeschlimann
6f2f757282 [json] update service (#274898) 2025-11-03 22:54:39 +00:00
Matt Bierner
2bb08a4d8a Merge pull request #274899 from mjbvz/dev/mjbvz/fashionable-mink
Hide some internals of `ChatEditorUri`
2025-11-03 14:52:31 -08:00
Daniel Imms
a929900625 Handle tree sitter exception in file writes
Fixes #274889
2025-11-03 14:38:14 -08:00
Peng Lyu
da9580316e Merge pull request #274865 from microsoft/rebornix/dual-ox
Fallback for detected agent (to identify contributed agents)
2025-11-03 14:34:24 -08:00
Matt Bierner
2eebc29410 Hide some internals of ChatEditorUri
We don't need to export this namespace anymore
2025-11-03 14:31:27 -08:00
Megan Rogge
b31e686b9a still show focus action even if no command so it's available for basic, none execute strategies (#274893)
fixes #274876
2025-11-03 22:18:19 +00:00
Matt Bierner
200143be60 Merge pull request #274892 from mjbvz/dev/mjbvz/payable-manatee
Fix leak for ContributedChatSessionData
2025-11-03 14:16:32 -08:00
Peng Lyu
183f045203 resolve Rob's comments 2025-11-03 14:14:42 -08:00
Megan Rogge
9ffea2e801 add workspace setting for output location hidden (#274886) 2025-11-03 22:02:49 +00:00
Matt Bierner
7528c6a8d7 Fix leak for ContributedChatSessionData
Fixes #272405
2025-11-03 13:56:53 -08:00
Justin Chen
26653327b6 if part is hidden, like a failed apply patch, do not break thinking (#274881) 2025-11-03 21:17:08 +00:00
Paul
c2ad003d43 Enable Linux policy generation step in CI (#274847) 2025-11-03 13:06:54 -08:00
Osvaldo Ortega
7861d3e13b Fix agent sessions reporting to status (#274848)
* Fix agent sessions reporting to status

* Update src/vs/workbench/contrib/chat/browser/chatSessions/localChatSessionsProvider.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-03 21:05:12 +00:00
Copilot
d548d94db6 Add chat session title to View Chat Terminals action (#274828) 2025-11-03 21:02:20 +00:00
Megan Rogge
b8b8231b67 clean up (#274869) 2025-11-03 20:53:46 +00:00
Daniel Imms
53cb6faa77 Merge pull request #274862 from microsoft/tyriar/274314
Fix flicker in focus terminal
2025-11-03 12:50:15 -08:00
Matt Bierner
487cb1e360 Merge pull request #274864 from mjbvz/dev/mjbvz/polite-ptarmigan
Fix leak in selection box md rendering
2025-11-03 12:42:24 -08:00
Megan Rogge
13e648a185 fix terminal tabs height (#274861)
fixes #274319
2025-11-03 20:40:00 +00:00