Commit Graph

136112 Commits

Author SHA1 Message Date
Megan Rogge 3aef8be5e4
align w release branch (#259267)
tweak
2025-08-01 19:47:55 +00:00
Logan Ramos 6ac234017d
Bump distro (#259258) 2025-08-01 11:54:25 -07:00
Harald Kirschner ef385680fb
💄 Todo list tool messages (#259245) 2025-08-01 11:16:36 -07:00
Harald Kirschner 286f5ab7b2
Todo items with description tooltip (#258931) 2025-08-01 11:15:47 -07:00
Megan Rogge c7b91f814a
add backticks vs single quotes around task labels for result messages (#259237)
fix #259234
2025-08-01 16:34:21 +00:00
Megan Rogge b603ca6397
Use platform agnostic URI comparison for task resolution (#259230)
fixes #259213
2025-08-01 09:33:11 -07:00
Joel Verhagen ff0d98bbfc
Allow the canonical package name and version to be sent back from the install flow (#259081) 2025-08-01 16:21:45 +00:00
Daniel Imms 95edd199c9
Merge pull request #259216 from microsoft/tyriar/259212
Require the approve property
2025-08-01 09:21:24 -07:00
Aaron Munger eeeaebd9f6
only make issue reporter link for slow renderer times (#259103) 2025-08-01 12:21:05 -04:00
Daniel Imms 895f281d1d
Merge pull request #259224 from microsoft/tyriar/258996
Fix /.*/ auto approve case
2025-08-01 09:04:01 -07:00
Daniel Imms 1a8fc5c2df
Merge pull request #259211 from microsoft/tyriar/259210
Fix escaping in .ps1 example
2025-08-01 08:53:22 -07:00
Daniel Imms 055f165d90
Fix /.*/ auto approve case
Fixes #258996
2025-08-01 08:36:22 -07:00
Daniel Imms 63c64a6665
Require the approve property
Fixes #259212
2025-08-01 06:56:55 -07:00
Daniel Imms 414cb92711
Fix escaping in .ps1 example
Fixes #259210
2025-08-01 06:44:17 -07:00
Aiday Marlen Kyzy 30e423a9ab
adding hover feedback on the changes summary list items (#259177)
adding hover feedback on the changes summary list, using css because otherwise overriden by overarching list
2025-08-01 13:12:39 +00:00
Aiday Marlen Kyzy feef6f721f
using a markdown description and linkifying `editor.editContext` (#259166) 2025-08-01 13:12:24 +00:00
Aiday Marlen Kyzy 7a375a10ce
Also considering notebook edit groups (#259171)
also considering notebook edit groups
2025-08-01 06:12:10 -07:00
Aiday Marlen Kyzy 6a1b349f05
decreasing font size to 12px for insertions and deletions (#259180) 2025-08-01 06:11:50 -07:00
Aiday Marlen Kyzy f7d70dac58
migrating to AsyncIterableProducer (#257043)
* migrating to AsyncIterableProducer

* adding methods
2025-08-01 11:19:48 +02:00
Josh Spicer 38bf4ce891
wait for extension activation in getChatSessionContributions() (#259126)
* wait for extension activation in getChatSessionContributions()

* fix promises
2025-08-01 14:58:48 +10:00
Megan Rogge 1208bca12e
fix get task uri comparison for windows (#259124)
fix #259014
2025-07-31 22:27:22 -04:00
Osvaldo Ortega 9df0b59e5c
Merge pull request #259115 from microsoft/osortega/version-bump
VS Code version bump
2025-07-31 18:20:28 -07:00
Osvaldo Ortega bb387118e9
Missing colors (#259113) 2025-08-01 00:56:40 +00:00
Osvaldo Ortega ba414dd275
VS Code version bump 2025-07-31 17:47:51 -07:00
Josh Spicer 6724a5fb36
Set title for contributed chat session (#259108)
* setCustomTitle for contributedChatSession

* Add preferredTitle to allow setting

* tidy up

* extract out to get types happy
2025-07-31 17:08:55 -07:00
Christy 😺 f58a56ea03
Handle worktree errors (#259106)
* fix worktree error handling

* remove print statement

* clean up
2025-07-31 16:38:57 -07:00
Copilot ce135b94c0
Fix task completion messages to include task name and exit code (#259052) 2025-07-31 16:33:54 -07:00
Tyler James Leonhardt 8aa5d2fa06
Important fix for resource validation in MCP (#259089)
In this example:

MCP url: https://foo.com/mcp
WWW-Auth resource_metadata: https://foo.com/laugh/in/the/face/of/conventions.json
PRM: https://foo.com/laugh/in/the/face/of/conventions.json
PRM resource property: https://foo.com/mcp

I use to do:
a URL derived from "WWW-Auth resource_metadata" (which is actually just PRM) is compared to "PRM resource property"

but instead it should be:

"MCP url" compared to "PRM resource property"

Which is what this PR addresses
2025-07-31 16:01:57 -07:00
Josh Spicer 3eaa65007e
fix #259057 (#259085)
* fix https://github.com/microsoft/vscode/issues/259057

* do not need trust options
2025-07-31 22:24:05 +00:00
Megan Rogge fa3be54ba7
tweak create and run task description (#259082) 2025-07-31 18:01:52 -04:00
Copilot 8e21fb0539
Fix PowerShell terminal suggestion performance by deduplicating concurrent requests (#259051) 2025-07-31 16:51:40 -04:00
Megan Rogge 1ac9f61894
pass in token to prompt function (#259058) 2025-07-31 20:24:44 +00:00
Matt Bierner 66f7670a55
Merge pull request #259067 from mjbvz/varied-sturgeon
Pick up TS 5.9 stable
2025-07-31 11:55:47 -07:00
Josh Spicer 69c34f2f69
log defaultAccount flags extracted from token (#259068) 2025-07-31 18:53:39 +00:00
Bhavya U 5ed76fd9e8
Add skipChatRequestInProgressMessage context key and update shutdown veto logic (#259061) 2025-07-31 11:48:57 -07:00
Henning Dieterichs 8c0b3c16f4 reverts to mode: startup 2025-07-31 20:37:26 +02:00
Matt Bierner 986e46a1c3 Pick up TS 5.9 stable
Fixes #258302
2025-07-31 11:34:26 -07:00
Nick Trogh 0085d97d6d
Merge pull request #259050 from microsoft/rename-hide-chat
Rename Hide Chat to Hide AI Features
2025-07-31 19:27:28 +02:00
Nick Trogh 58273dffef Rename Hide Chat to Hide AI Features 2025-07-31 19:14:12 +02:00
Aiday Marlen Kyzy 937bb49161
using correct selection direction (#259042) 2025-07-31 13:13:37 -04:00
Megan Rogge ccd083f17d
Fix remote issues with task tools (#259033) 2025-07-31 17:00:24 +00:00
Justin Wang b0271fa725
Fix --commit-id flag for code serve-web (#258904)
* Fix --commit-id flag for code serve-web

Fixes a bug where passing --commit-id during `code serve-web` would
prevent serve-web from downloading a new version of the client at all.

* Update cli/src/commands/serve_web.rs

---------

Co-authored-by: Connor Peet <connor@peet.io>
2025-07-31 16:52:39 +00:00
Christy 😺 1297e26760
Handle worktree errors (#258867)
* throw err when choosing already checked out branch

* fix two separate worktree error handling

* Validate branch as soon as it is selected

* Working path validation upfront

* normalize paths

---------

Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
2025-07-31 16:44:24 +00:00
Rob Lourens 8eb09a035d
Fix function reference name (#258929)
#245947
2025-07-31 09:24:47 -07:00
Harald Kirschner 3a0aac9b81
Prompt todo list tool more action-oriented (#258922) 2025-07-31 09:15:34 -07:00
Logan Ramos 194193ef21
Fix context key setting of model picker (#259023) 2025-07-31 15:26:27 +00:00
Ladislau Szomoru 35eddf193f
Revert "Git - honor detectSubmodules and detectWorktrees settings when opening a workspace from a file" (#259005)
This reverts commit 655258b05e.
2025-07-31 15:26:48 +02:00
Daniel Imms 629ef49964
Merge pull request #258998 from microsoft/tyriar/258719_2
Handle empty string auto approve case
2025-07-31 05:59:08 -07:00
Daniel Imms 97f556f293
Handle empty string auto approve case
Fixes #258719
2025-07-31 05:27:33 -07:00
Alex Ross 6ab7bd74e9
Adjust spacing on PR card (#258995) 2025-07-31 12:26:41 +00:00