Dmitriy Vasyura
b10cc1fed6
PR feedback
2026-02-19 06:08:13 -08:00
Dmitriy Vasyura
76d23679c3
Change the order
2026-02-19 05:53:51 -08:00
Dmitriy Vasyura
1c423dbcf3
Merge branch 'main' into eli/confe
2026-02-19 05:43:40 -08:00
Dmitriy Vasyura
9236d1d9ce
Change default
2026-02-19 05:42:06 -08:00
Dmitriy Vasyura
52bb39badf
Updates
2026-02-19 05:38:17 -08:00
Benjamin Pasero
ad841aced1
sessions - tweak settings ( #296277 )
2026-02-19 13:20:00 +00:00
Benjamin Pasero
a45b02bfda
Revert "extensions - stop opening them on installation" ( #296270 )
...
Revert "extensions - stop opening them on installation (#296251 )"
This reverts commit 91cafa504f99f68de0d39497b57ab143266fa18f.
2026-02-19 12:28:05 +00:00
Lee Murray
48bbea1dab
Merge pull request #296271 from microsoft/mrleemurray/dizzy-coral-nightingale
...
Adjust inactive titlebar opacity for improved visibility
2026-02-19 12:15:14 +00:00
mrleemurray
5a3602ec06
style(titlebar): adjust inactive titlebar opacity for improved visibility
2026-02-19 11:59:15 +00:00
Alex Ross
09822475f6
Add when clause to skill contribution ( #296049 )
...
* Add when clause to skill contribution
* Fix tests
* Add test
* Address CCR comments
2026-02-19 12:57:07 +01:00
Lee Murray
b428f9121b
Merge pull request #296259 from microsoft/mrleemurray/pleasant-bronze-urial
...
Improve visibility of quick input list and settings count widget
2026-02-19 11:48:42 +00:00
Don Jayamanne
b9eb51b0f2
Support display commands for terminal commands in background agents ( #296261 )
2026-02-19 12:48:38 +01:00
Benjamin Christopher Simmonds
d0a76aaf9b
Merge pull request #296257 from microsoft/benibenj/sure-rat
...
Revert to old non-agentic ask behavior when agent is disabled
2026-02-19 12:48:20 +01:00
Benjamin Pasero
91cafa504f
extensions - stop opening them on installation ( #296251 )
...
refactor: simplify installation alert messages and remove unnecessary editor opening
2026-02-19 12:46:34 +01:00
Lee Murray
d49198c577
Merge pull request #296252 from microsoft/mrleemurray/academic-maroon-cheetah
...
Refactor theme selectors for improved styling consistency
2026-02-19 11:23:41 +00:00
BeniBenj
1a9c882dd3
fix bug
2026-02-19 12:16:43 +01:00
mrleemurray
1b91ab65e6
style: enforce important flag on quick input list separator border for consistency
2026-02-19 11:15:37 +00:00
mrleemurray
edf78b572b
style: update quick input list and settings count widget for improved visibility
2026-02-19 11:12:29 +00:00
BeniBenj
db6251a112
fix https://github.com/microsoft/vscode/issues/296232
2026-02-19 12:06:54 +01:00
Benjamin Pasero
d194983712
Revert "sessions - move actions down out of title into view" ( #296247 )
...
* Revert "sessions - move actions down out of title into view (#296107 )"
This reverts commit da59fee119c865d884434574331afd4b7541de4c.
* .
2026-02-19 11:48:02 +01:00
Benjamin Pasero
aac4555c2b
sessions - tweaks to default settings for a better experience ( #296242 )
2026-02-19 11:47:43 +01:00
mrleemurray
8e87038b65
refactor(theme): update selectors to include 'vs' class for improved styling consistency
2026-02-19 10:47:10 +00:00
Sandeep Somavarapu
2f061e9fac
focus input when chat view pane becomes visible ( #296241 )
2026-02-19 11:47:08 +01:00
Sandeep Somavarapu
c9224d87a5
render account menu at default anchor ( #296090 )
...
* refactor: simplify context menu anchor handling in AccountWidget
* fix: update context menu anchor handling in AccountWidget
* Copilot CLI session 302d4e28-2523-424f-9740-26ba6ae80374 changes
2026-02-19 10:09:27 +00:00
Sandeep Somavarapu
8db7ca3a3c
fix layout ( #296228 )
2026-02-19 09:34:58 +00:00
Matt Bierner
e4dd90d8d5
Merge pull request #296220 from mjbvz/dev/mjbvz/electronic-pigeon
...
Fix terminal-suggest for esbuild
2026-02-19 00:46:22 -08:00
Matt Bierner
448d548504
Merge pull request #296160 from microsoft/dev/mjbvz/esbuild-ts
...
Esbuild the ts extension
2026-02-19 00:46:10 -08:00
Justin Chen
ec6ebb10ef
make sure to respect attachCSS setting for integrated browser ( #296210 )
...
make sure to respect attachCSS setting
2026-02-19 00:09:59 -08:00
Matt Bierner
0249c2acf5
Fix terminal-suggest for esbuild
...
Missed that this extension was making `require` calls with dynamic names. I think the best approach is to convert it to use static imports instead. These files were already being loaded eagerly by `terminalSuggestMain` so it shouldn't be a big change
Also makes `update-specs.js` be the source of truth for the packages to include instead of pulling in from the extension
2026-02-18 23:47:32 -08:00
Pierce Boggan
eadcfc2413
Add ability to fork conversations (from Chat or with /fork) ( #296093 )
...
* Add ability to fork conversations (from Chat or with /fork)
* fix padding/width
* fix styling, add a dot
---------
Co-authored-by: Justin Chen <54879025+justschen@users.noreply.github.com>
Co-authored-by: justschen <justchen@microsoft.com>
2026-02-19 07:42:48 +00:00
Sandeep Somavarapu
849dd0cbcd
improve model picker ( #296152 )
...
* improve model picker
* undo revert
2026-02-19 07:34:44 +00:00
Connor Peet
9486004242
mcp: fix tool calls not associated with chat session ( #296206 )
...
regression from cleanup earlier this week
2026-02-19 07:54:40 +01:00
Don Jayamanne
0d26c20abc
Fix PromptFileParser when description contains : ( #296205 )
2026-02-19 07:54:25 +01:00
Matt Bierner
73b97421cf
Merge pull request #296203 from mjbvz/dev/mjbvz/wittering-hyena
...
Bump `@vscode/vscode-languagedetection`
2026-02-18 22:54:21 -08:00
Justin Chen
0a67236a15
fix issue where working never finishes + showing too much ( #296179 )
2026-02-19 07:54:17 +01:00
Matt Bierner
7a3b0181f0
Update other packages as well
2026-02-18 22:18:31 -08:00
Matt Bierner
881ce77c81
Bump @vscode/vscode-languagedetection
...
Picks up https://github.com/microsoft/vscode-languagedetection/pull/34
2026-02-18 22:12:46 -08:00
Anthony Kim
b1aeba0370
Update terminal image setting description ( #296146 )
...
Update image setting description
2026-02-18 22:07:25 -08:00
Matt Bierner
577d1def05
Add tsconfig
2026-02-18 22:00:22 -08:00
Matt Bierner
6be6f0bfa2
Fix loading of wasm
...
We expect it to be loaded as a datauri
2026-02-18 21:58:41 -08:00
Rob Lourens
18695baca0
Merge pull request #296198 from microsoft/roblou/sacred-quail
...
Don't break the chat view when session content provider fails to load
2026-02-19 05:52:50 +00:00
Rob Lourens
b3df34cabd
Don't break the chat view when session content provider fails to load
...
Fix #291823
2026-02-18 21:39:40 -08:00
Justin Chen
243a432d16
better styling for rich elements hover ( #296168 )
2026-02-18 18:37:03 -08:00
Don Jayamanne
d195cb954b
Support attachments for background agents ( #296171 )
2026-02-18 18:31:03 -08:00
David Dossett
fff291c416
Chat markdown content style improvements ( #296140 )
...
* Chat inline anchor pill styling fixes
* Use body-xs token for inline code font-size
* Address PR feedback: use CSS vars, consistent heading margins, remove redundant nowrap
2026-02-19 01:54:01 +00:00
Matt Bierner
8b6e23ae66
Merge pull request #296156 from mjbvz/dev/mjbvz/ruling-manatee
...
Fix build task matcher
2026-02-18 17:38:17 -08:00
Osvaldo Ortega
72f23238af
Merge pull request #296120 from microsoft/copilot-worktree-2026-02-18T21-00-40
...
Attach context feature for sessions dedicated window
2026-02-18 17:18:30 -08:00
Matt Bierner
eddede8c81
Esbuild the ts extension
2026-02-18 17:11:54 -08:00
Josh Spicer
b49fba894d
disable ChatConfiguration.ExitAfterDelegation ( #296149 )
...
disable ChatConfiguration.ExitAfterDelegation
2026-02-19 12:04:41 +11:00
Matt Bierner
63530ac8fc
Fix build task matcher
...
This is a pattern so we need to escape special regepx chars like `.`
2026-02-18 16:51:52 -08:00