Osvaldo Ortega
bb387118e9
Missing colors ( #259113 )
2025-08-01 00:56:40 +00: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
Daniel Imms
819d02cb59
Merge pull request #258990 from microsoft/tyriar/258988
...
Reveal terminal when it's about to be used
2025-07-31 05:02:22 -07:00
Daniel Imms
9b8f8c20f9
Merge pull request #258992 from microsoft/tyriar/258989
...
Avoid ctrl+c when no shell integration is active
2025-07-31 05:01:34 -07:00
Daniel Imms
ed73092434
Avoid ctrl+c when no shell integration is active
...
Fixes #258989
2025-07-31 04:39:04 -07:00
Daniel Imms
9e36ed89da
Reveal terminal when it's about to be used
...
Fixes #258988
2025-07-31 04:21:13 -07:00
Ladislau Szomoru
0b25736ee6
Git - detect worktrees when opening a worktree ( #258980 )
2025-07-31 10:52:07 +00:00
Ladislau Szomoru
cc28f165ce
Git - add the ability to create a worktree from a worktree ( #258956 )
2025-07-31 11:59:33 +02:00
Peng Lyu
724eea79bc
Merge pull request #258909 from microsoft/osortega/chat-session-empty-message
...
Chat sessions empty message
2025-07-30 20:07:30 -07:00
Osvaldo Ortega
4c63eb1adc
Simplified implementation
2025-07-30 19:22:05 -07:00
Rob Lourens
b234a54b54
Simplify chat submit keybindings ( #258925 )
...
So we don't have two different commands registered for 'enter' and you only need to override one to customize the keybinding
2025-07-30 18:29:19 -07:00
Justin Chen
b5218eb7f4
fix dynamic variables not working in request edits ( #257304 )
...
* dynamic variables on start
* fix new # files not working
2025-07-30 17:12:57 -07:00
Peng Lyu
29cf86e136
Fix #258586 . ( #258916 )
2025-07-31 00:06:34 +00:00
Justin Chen
8a2d927d57
remove code smells for checkpoint rendering in coding agent session ( #258914 )
...
remove code smells
2025-07-31 00:00:54 +00:00
Copilot
ff2dc0d0ca
Fix #258695 -> Python REPL suggestions stopping after typing '(' character ( #258831 )
...
* Initial plan
* Fix Python REPL suggestions after typing '(' character
Co-authored-by: anthonykim1 <62267334+anthonykim1@users.noreply.github.com >
* format
* cleaner code
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: anthonykim1 <62267334+anthonykim1@users.noreply.github.com >
Co-authored-by: Anthony Kim <anthonykim@microsoft.com >
2025-07-30 23:57:47 +00:00
Osvaldo Ortega
cf85805b34
Chat sessions empty message
2025-07-30 16:14:59 -07:00
Justin Chen
de84d24421
add rerender and options back ( #258905 )
2025-07-30 22:06:26 +00:00
Justin Chen
1624dbbc60
fix hidden redo button ( #258898 )
...
fix hiddne redo button
2025-07-30 21:46:24 +00:00
Tyler James Leonhardt
ec84917a72
Display "Manage Dynamic Auth Providers" in Account menu ( #258879 )
...
This seems like the best place for now. It either is shown:
* Under an account if one is available
* Top level if there are no accounts
Fixes https://github.com/microsoft/vscode/issues/258523
2025-07-30 14:18:11 -07:00
Justin Chen
6d27f12051
make sure to resize image to the same mimetype ( #258891 )
...
* make sure to resize image to the same mimetype
* default to either jpeg or png
2025-07-30 21:07:19 +00:00
Matt Bierner
35b1b112d4
Merge pull request #258880 from mjbvz/excess-macaw
...
Fix disposable tracking for `DisposableMap`
2025-07-30 12:42:00 -07:00
Matt Bierner
f749d68f2d
Fix disposable tracking for DisposableMap
...
Fixes #258878
2025-07-30 12:29:07 -07:00
Logan Ramos
532e9e6184
Bring back context key for model picker ( #258876 )
2025-07-30 19:26:22 +00:00
Tyler James Leonhardt
4a6f81412c
Add hover for description ( #258873 )
...
Fixes https://github.com/microsoft/vscode/issues/258461
2025-07-30 12:18:01 -07:00
Tyler James Leonhardt
e9a4c077e5
Layout on content change & track some disposables ( #258870 )
...
Fixes https://github.com/microsoft/vscode/issues/258432
2025-07-30 18:52:31 +00:00