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
Connor Peet
eca9bc2f62
tools: link the threshold setting in the validation message ( #258861 )
...
Closes https://github.com/microsoft/vscode/issues/258464
2025-07-30 18:32:01 +00:00
Logan Ramos
c0d3b65c43
Fix double checkmark ( #258859 )
2025-07-30 18:13:01 +00:00
Josh Spicer
3ddd374a4f
fix #258533 ( #258842 )
...
fix https://github.com/microsoft/vscode/issues/258533
2025-07-30 10:10:13 -07:00
Rob Lourens
de685c9029
Tweak setting description ( #258832 )
...
#231118
2025-07-30 16:42:01 +00:00
Matt Bierner
af2acf4d70
Merge pull request #258825 from mjbvz/magnificent-chinchilla
...
Allow disabled checkbox inputs in rendered markdown
2025-07-30 09:41:46 -07:00
Josh Spicer
ead5a7cdc9
fix #258691 ( #258829 )
...
fix https://github.com/microsoft/vscode/issues/258691
2025-07-30 09:34:34 -07:00
Connor Peet
e73414641b
mcp: fix reregistering mcp tool leading to an error ( #258827 )
...
Closes https://github.com/microsoft/vscode/issues/256521
2025-07-30 16:25:04 +00:00