Commit Graph

14637 Commits

Author SHA1 Message Date
Benjamin Pasero 367fc5f243
exp - introduce and use flag to disable experiments (#254057)
* exp - introduce and use flag to disable experiments

* fix
2025-07-04 09:17:56 +00:00
Bhavya U 25ee562cba
Add cli override to control startupExp group (#253155)
* Add startup experiment group support to environment services

* refactor: streamline startup experiment group handling and remove unused code

* feat: add first session date check to initialize experiments
2025-07-03 21:42:14 +00: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
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 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
Dirk Bäumer 499a93c796
Merge pull request #253368 from microsoft/dbaeumer/glad-guineafowl-lime
Fixes 251268: Errors from task with same owner as extension don't propagate to the EH
2025-07-02 11:16:21 +02:00
Sandeep Somavarapu 10a9774258
fix #253279 (#253581) 2025-07-02 10:30:25 +02:00
Benjamin Pasero 25cc496bf7
Code chat help doesn't tell me what modes I can use (fix #253380) (#253568) 2025-07-02 08:58:52 +02:00
Benjamin Pasero f954677810
Window border: Default handling of an invalid color (fix #253194) (#253555) 2025-07-02 07:35:58 +02:00
Benjamin Pasero 28640a7620
Opening secondary sidebar in new workspaces should skip web (fix #253363) (#253466) 2025-07-01 21:13:41 +02:00
Benjamin Pasero 181bf86a79
Code chat - subcommands should be sorted alphabetically (fix #253299) (#253454) 2025-07-01 12:10:06 -07:00
Benjamin Pasero 6befe2eefa
Code chat - help text missing the subcommand (fix #253300) (#253461) 2025-07-01 21:04:16 +02:00
Dirk Baeumer 0bc10a4e46
Fixes 251268: Errors from task with same owner as extension don't propagate to the EH 2025-07-01 18:17:27 +02:00
Benjamin Pasero 6237869520
chat - support for custom modes from CLI (#253182)
* chat - support for custom modes from CLI

* .
2025-07-01 08:58:12 +02:00
Connor Peet e98a246d12
mcp: fix WARN Failed to get installed servers from (#253070)
Fixes #252943
2025-06-30 21:38:47 +02:00
Connor Peet 42fd68f13f
mcp: polishes to user experience (#253062)
- Fix new configs not being typed correctly
- Add an 'update' option to the notification
- Fix opening settings throwing an error if the mcp.json doesn't yet exist
2025-06-30 21:06:33 +02:00
Benjamin Pasero aae9b00abc
Allow to start chat session from the command line (#252588) 2025-06-30 08:57:56 -07:00
Sandeep Somavarapu 617da4df5e
fix #252907 (#252954) 2025-06-30 11:30:08 +02:00
Sandeep Somavarapu 92ab7e429c
fix npe (#252886) 2025-06-29 22:24:48 +02:00
Benjamin Pasero 384ad082ee
shell env - actually revert to how it used to be (#252755) 2025-06-28 13:17:22 +02:00
Benjamin Pasero ce4da7510b
layout - remove `workbench.secondarySideBar.opensMaximized` as it was working strangely (#252747) 2025-06-28 07:34:36 +02:00
Connor Peet 4307305ac7
shellEnv: disable powershell discovery on Windows (#252703)
* shellEnv: disable powershell discovery on Windows

Closes #251957
Closes #251901
Closes #251446

* comments
2025-06-27 15:19:24 -07:00
Connor Peet d33c40d6bb
mcp: fix add-mcp command errors out on insiders (#252705)
Fixes #252512
2025-06-27 23:48:41 +02:00
Henning Dieterichs 4c8ed58a9d
edit reason refactoring (#252654)
* edit reason refactoring

* Fixes missing service

* Fixes tests

* fixes tests
2025-06-27 16:40:22 +00:00
hyrious 7dd2343e5b
fix: missing translations of remote built-in extensions (#249430) 2025-06-27 13:23:23 +00:00
Benjamin Pasero f8a5608556
Add support for accent color on windows border (fix #242980) (#252473) 2025-06-27 14:27:46 +02:00
Sandeep Somavarapu 232c283124
log as debug (#252628) 2025-06-27 14:14:44 +02:00
Sandeep Somavarapu 095f1f6428
fix #252516 (#252621)
* fix #252516

* add update change event
2025-06-27 11:55:13 +00:00
Sandeep Somavarapu eda7084ef6
sanitize server configuration type (#252607) 2025-06-27 10:56:37 +02:00
Raymond Zhao 96a6b409aa
fix: compound language settings serialize incorrectly (#252539) 2025-06-26 13:13:03 -07:00
Daniel Imms ee0fdc82a3
Merge pull request #252534 from microsoft/tyriar/c252489
Fire onCommandFinished even when the command is invalid
2025-06-26 12:21:38 -07:00
Daniel Imms cddd795497
Fire onCommandFinished even when the command is invalid
Fixes #252489
2025-06-26 12:04:57 -07:00
Benjamin Pasero c3c9f07d44
layout - add `--disable-layout-restore` to start fresh (#252514) 2025-06-26 18:06:37 +02:00
Benjamin Pasero 102bd9916a
layout - setting to control secondary sidebar maximised state on startup (#252487) 2025-06-26 17:25:33 +02:00
Megan Rogge af52577640
swap in new chat user action required sound: `MS45_01_ChatUserActionRequired_01_Upd`, set default value for setting to `auto` (#252508)
add MS45_01_ChatUserActionRequired_01_Upd
2025-06-26 16:39:54 +02:00
Henning Dieterichs 488d6df795
Implements edit source tracking through proposed API (#252430)
Implements edit source tracking through proposed API
2025-06-26 10:52:51 +02:00
Benjamin Pasero 189d83c590
layout - allow to maximise the secondary sidebar (#252301) 2025-06-26 08:33:19 +02:00
Sandeep Somavarapu f462d2de48
adopt to mcp servers cdn url (#252451) 2025-06-25 23:58:00 +02:00
Josh Spicer cf75ff528c
'Remote coding agent' entrypoint in chat widget (#252363)
* initial frame

* simple system working

* wired up history

* restore css

* restore

* comment

* Add and implement ChatSummarizer from proposed. defaultChatParticipant.d.ts (https://github.com/microsoft/vscode-copilot/issues/18919)

* remove demo extension

* tidy
2025-06-24 20:55:28 -07:00
Connor Peet 0cc4cb05eb
shellEnv: fix parsing JSON.stringify itself as the environment (#252353)
Fixes #251650
2025-06-25 00:55:31 +02:00
Sandeep Somavarapu 8f8efd5818
Fix mcp server uri handling (#252350)
* Fix mcp server uri handling

* feedback and some fixes
2025-06-25 00:42:25 +02:00
Connor Peet ae6080018a
terminal: default 'terminal.integrated.inheritEnv' to false on Windows (#252325)
Refs #251446
2025-06-24 15:52:33 -04:00
Sandeep Somavarapu 21e7d58551
improve mcp server editor and view (#252291) 2025-06-24 17:23:25 +02:00
Sandeep Somavarapu c8a406e31f
Implement first class resource for user mcp servers (#252277)
* Revert "Revert mcp.json changes (#252245)"

This reverts commit 94a2502601.

* fix change event installing mcp servers

* properly implement workspace mcp servers
2025-06-24 14:10:40 +02:00
Connor Peet 94a2502601
Revert mcp.json changes (#252245)
Revert "support first class resource mcp.json for mcp servers (#252102)"

This reverts commit f1c7514c98.

There are a couple issues with this changeset that I messaged Sandeep about, reverting to avoid a broken Insiders.
2025-06-23 20:16:00 -07:00
Rob Lourens b542aea92f
Fix gdpr comment (#252237) 2025-06-23 15:21:11 -07:00
Sandeep Somavarapu f1c7514c98
support first class resource mcp.json for mcp servers (#252102)
* support first class resource mcp.json for mcp servers

* add welcome view

* fix rendering mcp icon in editor

* fix styling

* fix scanning mcp resources

* fix tests

* feedback

* fix bug

* fix compilation
2025-06-23 14:03:19 -07:00
Benjamin Pasero 5b34b12d95
MCP CLI option should not appear after --help (fix #252130) (#252219) 2025-06-23 12:42:14 -07:00