Connor Peet
1d33fc1ba7
debug: bump js-deug to 1.102 ( #253937 )
2025-07-03 16:27:08 +00:00
Benjamin Christopher Simmonds
9d28256bf9
Add localization for cancel snooze action and tweak css ( #253940 )
...
missing localization
2025-07-03 16:22:02 +00:00
Benjamin Christopher Simmonds
963660fc93
Remove blocking comment from data classification ( #253931 )
...
remove comment which is blocking classifying data
2025-07-03 16:04:50 +00:00
Lee Murray
7e91a3ce78
Merge pull request #253904 from microsoft/mrleemurray/inadequate-hamster-teal
...
Add new codicons
2025-07-03 16:59:23 +01:00
Megan Rogge
13eb13b9eb
don't add inlineCompletionItem to model unless it's supported ( #253886 )
...
fix #252367
2025-07-03 17:59:17 +02:00
Sandeep Somavarapu
0179b5c08a
fix showing installed server command ( #253894 )
2025-07-03 17:58:53 +02:00
Martin Aeschlimann
7839464f8b
show warning on tools when not used in agent mode ( #253701 )
2025-07-03 17:58:25 +02:00
Martin Aeschlimann
4e630c5ef4
prompt file: add space when completing after colon ( #253700 )
2025-07-03 17:58:07 +02:00
Megan Rogge
128e677bf0
prefer Tab kb over Enter so it shows in terminal suggest status bar ( #253902 )
...
fix #253068
2025-07-03 17:57:46 +02:00
Bhavya U
6ac7f77fdf
Refactor chat widget welcome view to include additional messages and improve styling ( #253720 )
...
* Refactor chat widget welcome view to include additional messages and improve styling
* Update experiment configurations to adjust target percentages and group allocations
2025-07-03 17:57:30 +02:00
Josh Spicer
8693de592f
tweaks to remote coding agent ( #253713 )
...
* make action verbiage more clear
* move prompt file contribution behind dedicated context key
* drop Copilot so that the text wraps nicely at default text size
2025-07-03 17:57:14 +02:00
Copilot
45f07cbad3
Fix MCP prompt flow cancellation when optional arguments are left empty ( #253084 )
...
* Initial plan
* Fix null pointer exception in MCP prompt argument picker
Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com >
* Fix undefined value handling in MCP prompt argument picker
Fixed the case where pressing Enter without selecting an item would cancel the flow
instead of proceeding with empty value for optional arguments. Now properly handles:
- Required arguments: shows validation message when empty
- Optional arguments: returns empty text action instead of canceling
Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com >
2025-07-03 15:56:56 +00:00
Sandeep Somavarapu
c6f3a3c93b
fix #253911 ( #253926 )
2025-07-03 17:56:49 +02:00
Henning Dieterichs
c6f916e443
Moves ARC telemetry tracking to core ( #253919 )
2025-07-03 17:56:30 +02:00
Sandeep Somavarapu
cc1eecb9f0
fix #253187 ( #253927 )
2025-07-03 17:56:13 +02:00
Megan Rogge
b2d86aa98d
rm testing command ( #253889 )
...
fix #253032
2025-07-03 17:55:59 +02:00
Martin Aeschlimann
cf11f45c01
prompt url handler fixes ( #253708 )
2025-07-03 17:55:37 +02:00
Martin Aeschlimann
9bfe176dd2
resolving links does not work on remote ( #253677 )
...
* resolving links does not work on remote
* remove old comment
* fix compile error
* mock IWorkbenchEnvironmentService
2025-07-03 17:55:21 +02:00
Lee Murray
61b5f7c6b9
Merge branch 'main' into mrleemurray/inadequate-hamster-teal
2025-07-03 12:24:35 +01:00
Harald Kirschner
6307b2e058
Fix MCP configure menu ( #253794 )
2025-07-03 13:23:25 +02:00
Ladislau Szomoru
0589ee4a8b
Merge branch 'main' into mrleemurray/inadequate-hamster-teal
2025-07-03 11:15:05 +00:00
Benjamin Pasero
a1034cb0af
Make it easier to understand that workbench.secondarySideBar.defaultVisibility shows chat (in most cases) ( fix #253706 ) ( #253820 )
2025-07-03 10:49:17 +00:00
Aiday Marlen Kyzy
fe90d48cd9
Using view position instead of model position in editor getLineHeightForPosition ( #253670 )
...
using view position instead of model position in editor getLineHeightForPosition
2025-07-03 10:47:24 +00:00
Benjamin Pasero
3ff8b59154
Merge pull request #253816 from microsoft/ben/smoggy-nightingale
...
chat - add used provider to telemetry
2025-07-03 12:47:17 +02:00
Lee Murray
d82a08cb3d
Merge branch 'main' into mrleemurray/inadequate-hamster-teal
2025-07-03 11:38:51 +01:00
Benjamin Pasero
c10a833054
Agent confirmation badge doesn't clear if window is closed ( fix #253418 ) ( #253669 )
2025-07-03 10:37:27 +00:00
Benjamin Pasero
7f22d07626
fix tests
2025-07-03 12:35:12 +02:00
Benjamin Pasero
c59715207b
Provide option to open code chat in empty workspace or existing workspace ( fix #253383 )
2025-07-03 12:35:12 +02:00
Benjamin Pasero
7ce94dd09a
Code chat - add option to maximize the chat panel ( fix #253306 )
2025-07-03 12:35:12 +02:00
Josh Spicer
648bffe15e
clear chat on remote agent success ( #253767 )
2025-07-03 10:30:06 +00:00
Ladislau Szomoru
9f88ccaac4
Engineering - disable pipeline ( #253650 )
2025-07-03 10:24:20 +00:00
Tyler James Leonhardt
42491d8408
Remove bad contribution for now ( #253810 )
...
Fixes https://github.com/microsoft/vscode/issues/253690
2025-07-03 10:22:52 +00:00
Rob Lourens
a30b6fb92d
Don't patch [text] as an incomplete markdown link ( #253786 )
...
Fix microsoft/vscode-copilot#19103
2025-07-03 10:17:33 +00:00
Rob Lourens
c66b907bd7
Make Agent mode the first entry ( #253783 )
...
Fix #253620
2025-07-03 10:08:13 +00:00
Rob Lourens
f075c43779
Use custom mode properly for all requests ( #253781 )
...
It was not used in the setup, retry, or error retry cases
2025-07-03 10:03:33 +00:00
Rob Lourens
791e7ef3db
Fix cancelled tool calls missing from history ( #253780 )
...
* Fix cancelled tool calls missing from history
When they are cancelled by sending a followup message
Fix microsoft/vscode-copilot#18495
* Add comment
2025-07-03 10:02:26 +00:00
Benjamin Pasero
4950db1f74
layout - never show secondary sidebar by default if empty ( fix #253855 ) ( #253828 )
2025-07-03 09:59:45 +00:00
Martin Aeschlimann
908f0803ba
If a mode has no tools specified, it should include all tools ( #253843 )
2025-07-03 09:59:42 +00:00
Benjamin Pasero
3735641518
chat - add used provider to telemetry
2025-07-03 09:07:16 +02:00
Sandeep Somavarapu
0f58db7480
add installing label action ( #253712 )
...
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com >
2025-07-03 05:49:43 +00:00
Megan Rogge
00fa27eb04
use TimeoutTimer to properly cancel timeout for suggest widget discoverability update ( #253497 )
...
fix #253460
2025-07-02 14:00:03 -07:00
lemurra_microsoft
dfe124cea4
Add 'copilot-snooze' icon to codicons library
2025-07-02 17:30:46 +01:00
JJJJJJ-git
d650719094
Fixing ChatService undo bug ( #253478 )
...
During an undo operation, we should ensure that the request has completed its deletion process.
2025-07-02 16:28:30 +00:00
Sandeep Somavarapu
12fb67223f
fix #253366 ( #253639 )
2025-07-02 14:57:05 +02:00
Benjamin Christopher Simmonds
9f7ea0588d
Immediately snooze on pressing snooze ( #253641 )
...
immidiately snooze when pressing snooze
2025-07-02 14:45:45 +02:00
Sandeep Somavarapu
d63c9dd28e
fix #253287 ( #253638 )
2025-07-02 14:24:54 +02:00
Aiday Marlen Kyzy
2a4faa2c6d
Setting variable line height and font setting options to false for simple editors ( #253626 )
...
setting options to false for simple editor
2025-07-02 14:03:31 +02:00
Sandeep Somavarapu
70fa275852
fix #253240 ( #253631 )
2025-07-02 14:03:15 +02:00
Sandeep Somavarapu
9add99d1cc
fix #253329 ( #253634 )
2025-07-02 14:02:52 +02:00
Aiday Marlen Kyzy
9cc20ca7d4
Adding a description for the setting allowVariableLineHeights ( #253621 )
...
adding a description for the setting `allowVariableLineHeights`
2025-07-02 13:59:36 +02:00