Ladislau Szomoru
27564d59be
SCM - update list aria label for the input ( #239203 )
2025-01-30 12:37:39 +01:00
João Moreno
38f08a445a
bump inno_updater ( #239198 )
...
fixes #239186
2025-01-30 12:02:48 +01:00
Martin Aeschlimann
7a1cd85011
Apply In Editor: Don't require previous inlineChatPreview to complete ( #239194 )
2025-01-30 11:54:20 +01:00
Benjamin Christopher Simmonds
c573a0d279
Fix rendering gaps in NES display ( #239192 )
...
fixes https://github.com/microsoft/vscode-copilot/issues/12420
2025-01-30 11:51:14 +01:00
Martin Aeschlimann
481518aad9
Apply in Editor: new code is created twice ( #239190 )
...
Apply in Editor: new code is created twice #239152
2025-01-30 11:27:58 +01:00
Johannes Rieken
46ed85145c
Lazy ftw, fixes https://github.com/microsoft/vscode/issues/239174 ( #239189 )
2025-01-30 11:27:24 +01:00
Benjamin Pasero
fbcc9292e7
setup - remove unused params ( #239181 )
2025-01-30 10:32:23 +01:00
João Moreno
98ef4c3e7a
fixes #222504 ( #239179 )
2025-01-30 10:15:12 +01:00
Rob Lourens
63c0355e5b
Fix flickering when clearing edits session ( #239171 )
...
This layout code needs to be cleaned up. Basically the view renders without the working set for an instant before the new model is initialized, then the working set comes back. The welcome view tries to center itself vertically, that's where the flicker comes from. I already fixed the same issue for followups in the chat view, we reserve some space for them. Applying the same to the working set's height.
2025-01-30 05:59:24 +01:00
Rob Lourens
d9ea0ed4de
Set up maxRequests setting to be controlled by separate experiments for free vs pro users ( #239170 )
2025-01-30 05:35:56 +01:00
Joyce Er
92fb591f1b
fix: add number of files to working set aria label ( #239167 )
2025-01-30 03:30:58 +01:00
Sandeep Somavarapu
6fcd6fe6de
fix #238029 ( #239165 )
2025-01-30 02:59:29 +01:00
Sandeep Somavarapu
71090984a5
fix #238938 ( #239164 )
2025-01-29 17:51:09 -08:00
Sandeep Somavarapu
0685260a03
fix #238998 ( #239163 )
2025-01-29 17:50:35 -08:00
Sandeep Somavarapu
f297a74b47
fix #238992 ( #239162 )
2025-01-29 17:49:50 -08:00
Rob Lourens
de90eca118
Update edits agent mode welcome view message ( #239158 )
...
Add "agent mode" subtitle
2025-01-29 18:17:40 -06:00
Matt Bierner
2c56755e11
Merge pull request #239151 from mjbvz/tall-ferret
...
Use more clear label for markdown validation item
2025-01-29 14:31:52 -08:00
Tyler James Leonhardt
99d5479e35
Use `getTitleBarStyle` to fix drag not going to top corner when using native tabs ( #239143 )
...
Fixes https://github.com/microsoft/vscode/issues/238941
2025-01-29 14:31:17 -08:00
Oleg Solomko
61a9d60dab
uses common variable ID for the #file: variables that reference prompts ( #239150 )
...
[prompt]: use common variable ID for the #file: use cases
2025-01-29 23:26:30 +01:00
Matt Bierner
94c2ff587a
Use more clear label for markdown validation item
2025-01-29 14:13:00 -08:00
Sandeep Somavarapu
10e711524d
fix #238937 ( #239142 )
2025-01-29 14:11:40 -08:00
Oleg Solomko
9b9093e4c9
make non-prompt file references non-readonly by default ( #239138 )
...
[prompts]: make non-prompt file references non-readonly by default
2025-01-29 21:50:52 +01:00
Tyler James Leonhardt
d3996512fd
Fix reset defaults behavior for Quick Input ( #239137 )
...
Fixes https://github.com/microsoft/vscode/issues/239007
2025-01-29 21:49:41 +01:00
Oleg Solomko
bda07cff3a
improve error message for references to non-existent files ( #239133 )
...
[error label]: improve error message for references to non-existent files
2025-01-29 20:33:26 +01:00
Michael Lively
128a67bfd9
Clear nb inline values when setting turned off ( #239132 )
...
* clear on config turned off
* i wouldn't dare have imports out of order
2025-01-29 20:23:27 +01:00
Rob Lourens
c1c052a2a6
Enable chat.agent.maxRequests for an experiment ( #239130 )
2025-01-29 19:56:53 +01:00
Connor Peet
8958ba54c3
chat: fix agent switcher able to be opened when disabled ( #239127 )
...
Fixes https://github.com/microsoft/vscode-copilot/issues/12554
Maybe should be done in the base view item instead, but this is endgame.
2025-01-29 19:19:46 +01:00
Oleg Solomko
5c61dd2bfe
change prompt attachment icon ( #239125 )
...
[prompts]: change LightBulb icon to the Bookmark one
2025-01-29 18:38:48 +01:00
Matt Bierner
2ec0941b33
Merge pull request #239061 from fa0311/unixtime
...
Fix ${unixTime} Placeholder to Use Full Millisecond Timestamp in markdown.copyFiles.destination
2025-01-29 09:36:35 -08:00
Benjamin Christopher Simmonds
f9f14453e6
Remove insertion view and enhance edit growth logic ( #239123 )
...
Do not show insertion view anymore. Grow the edit if possible, otherwise
2025-01-29 18:28:03 +01:00
Rob Lourens
743850cccf
Agent preview -> experimental ( #239121 )
2025-01-29 18:22:31 +01:00
Martin Aeschlimann
89100e8e1c
serve-web: redirect to the base path when accepting the connection token ( #239120 )
2025-01-29 18:22:09 +01:00
Michael Lively
e6125a356f
align setting names ( #239044 )
2025-01-29 09:13:45 -08:00
Oleg Solomko
b3f0b18cbb
remove file extension from labels in the prompt attachment selection dialog ( #239116 )
...
[prompts]: remove file extension from labels in the prompt attachment selection dialog
2025-01-29 09:04:13 -08:00
Johannes Rieken
8c5563e6f4
use dummy MD element when rendering inline progress with request ( #239115 )
...
fixes https://github.com/microsoft/vscode/issues/239091
2025-01-29 17:33:17 +01:00
Alex Ross
a504bf1a0a
Fix editors not getting colorized right away with tree sitter ( #239113 )
2025-01-29 17:12:03 +01:00
Ladislau Szomoru
2ae3d5ae35
Git - fix bug with opening the first commit from the timeline view ( #239111 )
2025-01-29 17:03:52 +01:00
Bhavya U
a29a921f0a
Improve video styling and centering in Getting Started section ( #239109 )
2025-01-29 17:00:52 +01:00
Aiday Marlen Kyzy
4b2a52e942
Fixing smoketests, using different selection offsets depending on product quality ( #239108 )
...
fixing smoketests, using different selection offsets
2025-01-29 16:53:18 +01:00
Alex Ross
40bba096e5
Make showing comment collapse dislog default ( #239107 )
...
Fixes microsoft/vscode-pull-request-github#6613
2025-01-29 16:49:41 +01:00
Christof Marti
50e77b543f
@vscode/proxy-agent 0.31.0
2025-01-29 16:49:16 +01:00
Benjamin Christopher Simmonds
243da33637
Fix misalignment of arrow and suggestion box in NES Insertion View ( #239104 )
...
fix https://github.com/microsoft/vscode-copilot/issues/12461
2025-01-29 16:37:42 +01:00
Ladislau Szomoru
fa2f90b630
Git - fix issue related to opening the first commit of the repository from the git blame hover ( #239102 )
2025-01-29 16:36:21 +01:00
Sandeep Somavarapu
3b7a247eda
#238937 remove redundant code ( #239100 )
2025-01-29 16:15:09 +01:00
Alex Ross
e5fcc9620d
File Comments: Floating triangle ( #239099 )
...
Fixes #238929
2025-01-29 15:40:36 +01:00
Ladislau Szomoru
4a24ab7c7e
Revert "SCM - disable actions for resource groups that do not have any resources ( #236813 )" ( #239098 )
...
This reverts commit 151ef3514e
.
2025-01-29 15:33:23 +01:00
Dirk Bäumer
abea0f6064
Merge pull request #239097 from microsoft/dbaeumer/sophisticated-perch-violet
...
Exclude out-of-scope from verification.
2025-01-29 15:30:38 +01:00
Sandeep Somavarapu
f565ac4f97
fix #238920 ( #239096 )
2025-01-29 15:25:13 +01:00
Dirk Bäumer
bd5e834f05
Exclude out-of-scope from verification.
2025-01-29 15:14:24 +01:00
Sandeep Somavarapu
37eca1a471
fix #238964 ( #239093 )
2025-01-29 15:06:16 +01:00