Commit Graph

148279 Commits

Author SHA1 Message Date
Benjamin Pasero
1b9e49e5c9 sessions - prevent native scrollbar in empty sessions state (#297370) 2026-02-24 15:41:05 +00:00
Lee Murray
dfdd84afd5 Merge pull request #297367 from microsoft/mrleemurray/alright-orange-flea
Update editor selection colors for improved visibility
2026-02-24 15:32:23 +00:00
Alexandru Dima
9a6a8f37b9 Queue all modifications to the line heights and apply all of them only when reading from the data structure (#296963)
* Queue all modifications to the line heights and apply all of them only when reading from the data structure

* polish

* reverting change

* setting to 10

* adding code

---------

Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
2026-02-24 16:31:10 +01:00
Lee Murray
28f28a3a22 Merge pull request #297361 from microsoft/mrleemurray/convincing-turquoise-aardvark
Improve select box styles for consistency and accessibility
2026-02-24 15:31:03 +00:00
BeniBenj
d5589464d0 infinite loop of refreshing session tasks when the folder is the same 2026-02-24 16:28:49 +01:00
mrleemurray
957feb5551 fix(theme): adjust editor selection colors for better visibility 2026-02-24 15:16:22 +00:00
mrleemurray
dd60b6da77 fix(theme): update editor selection colors for improved visibility 2026-02-24 15:10:46 +00:00
Benjamin Christopher Simmonds
ee173cb49c Merge pull request #297357 from microsoft/benibenj/interested-bug
Run script fixes
2026-02-24 16:10:45 +01:00
Sandeep Somavarapu
72b6e1bb99 fix attachment styling (#297355)
fix styling attachment
2026-02-24 15:04:05 +00:00
mrleemurray
98e3531973 fix: standardize border-radius in select box styles for consistency 2026-02-24 15:03:36 +00:00
Lee Murray
bd91b387b4 Merge pull request #297348 from microsoft/mrleemurray/linguistic-lavender-rattlesnake
Fix dropdown list background color for better contrast
2026-02-24 14:58:15 +00:00
cwebster-99
bee6b939f3 Adding setting to multiple trees 2026-02-24 08:57:48 -06:00
Benjamin Christopher Simmonds
1fa16af941 Merge branch 'main' into benibenj/interested-bug 2026-02-24 15:55:04 +01:00
mrleemurray
ec89c76be5 fix: update select box styles for improved consistency and accessibility 2026-02-24 14:54:30 +00:00
BeniBenj
7d9d0a04a9 run script fixes 2026-02-24 15:51:56 +01:00
Sandeep Somavarapu
c6024a3a85 show output view and move attach button (#297347) 2026-02-24 14:42:42 +00:00
mrleemurray
74479ced88 fix(theme): update dropdown list background color for better contrast 2026-02-24 14:30:40 +00:00
Benjamin Christopher Simmonds
537136e32c Merge pull request #297336 from microsoft/benibenj/agreed-rabbit
Fix terminal open action menu
2026-02-24 15:10:11 +01:00
BeniBenj
308df2b74b :lisptick: 2026-02-24 14:56:37 +01:00
BeniBenj
9bbd57f82d 💄 2026-02-24 14:42:00 +01:00
BeniBenj
13f353ad13 💄 2026-02-24 14:23:50 +01:00
BeniBenj
1916701096 fix terminal open action menu 2026-02-24 14:13:10 +01:00
Benjamin Christopher Simmonds
7c5da679ee refactor: improve task label retrieval in RunScriptContribution (#297331) 2026-02-24 13:49:16 +01:00
Benjamin Christopher Simmonds
3665cea8b4 null inline chat service for sessions window (#297328)
* Add NullInlineChatSessionService to handle unsupported inline chat sessions

* Implement NullInlineChatSessionService and update imports in chat contributions
2026-02-24 13:48:13 +01:00
Benjamin Christopher Simmonds
9053d5b76e Reuse terminal and ensure there is always a terminal active for current session (#297330)
* feat: add terminal management for active sessions in the sessions window

* fix: update active path handling to use existing terminal instance or create a new one

* feat: refactor terminal management for active sessions and improve cwd handling

* feat: streamline terminal management by reusing instances and improving cleanup logic
2026-02-24 13:46:04 +01:00
Dmitriy Vasyura
208f52511a Fix update timeout expiring when the system is hibernated (#297301) 2026-02-24 13:25:19 +01:00
Benjamin Pasero
6fd55ccc70 sessions - tweaks to max width of modal editors (#297329)
sessions - tweaks to min width of modal editors
2026-02-24 12:03:47 +00:00
mrleemurray
6ff0262d29 Refactor floating menu styles for single button and adjust height dynamically
Co-authored-by: Copilot <copilot@github.com>
2026-02-24 11:53:05 +00:00
Sandeep Somavarapu
1520b84423 prevent session configurations overridden by experiments (#297304) 2026-02-24 11:52:29 +00:00
Benjamin Pasero
f25d363996 sessions - fix service deps (#297320)
* sessions - fix service deps

* ccr
2026-02-24 11:47:18 +00:00
mrleemurray
8130d4e636 Refactor floating menu styles for single button and adjust height dynamically 2026-02-24 11:41:28 +00:00
Sandeep Somavarapu
bf5e747df4 update active session when repository changes (#297321) 2026-02-24 11:39:57 +00:00
Benjamin Pasero
d69c1e22ba sessions - detect expired token as condition to show welcome screen (#297311)
* feat - add GitHub sign-in step and related tests

* fix - update event handling in `GitHubSignInStep` tests

* disposables
2026-02-24 16:36:52 +05:00
Johannes Rieken
b26a9e9d90 migrate js/ts settings (#297312)
re https://github.com/microsoft/vscode/issues/297056
2026-02-24 11:23:18 +00:00
Benjamin Pasero
049c0e0558 sessions - stop asking confirm to archive sessions with pending edits (#297305) 2026-02-24 11:08:54 +00:00
Benjamin Christopher Simmonds
2c3fdeba44 add task for sessions (#297298)
* feat: add task to run development sessions

* feat: enable inSessions for task arguments
2026-02-24 03:08:30 -08:00
Benjamin Pasero
93779963f3 sessions - panel border fix (#297299) 2026-02-24 03:08:10 -08:00
Benjamin Christopher Simmonds
205cee1526 Merge pull request #297303 from microsoft/benibenj/happy-muskox
Remove outdated setting
2026-02-24 12:07:55 +01:00
BeniBenj
5d03bdec4c remove outdated setting 2026-02-24 11:41:59 +01:00
Benjamin Pasero
b04fbfd5fe sessions - fix layout issue in sidebar (#297292) 2026-02-24 10:35:22 +00:00
Dmitriy Vasyura
0f81f59968 Add Sanity Tests stage to product build pipeline (#296668) 2026-02-24 11:29:11 +01:00
Benjamin Christopher Simmonds
79acdb7cfa Move open in vscode and open in terminal into titlebar without dropdown (#297283)
* refactor: update menu registration for session actions and remove split button item

* Update customization: tasks.json
2026-02-24 10:11:57 +00:00
Lee Murray
34c7ba4607 Merge branch 'main' into copilot/fix-hover-corner-radius 2026-02-24 10:11:19 +00:00
Dmitriy Vasyura
d0f203e76f Add Win32 metadata all executable binaries (#296710) 2026-02-24 09:29:02 +01:00
Dmitriy Vasyura
81b9086751 Defer initWindowsVersionInfo until after window open (#297241) 2026-02-24 13:18:59 +05:00
Justin Chen
88757eaab9 change label to say allow once (#297218) 2026-02-24 05:00:09 +00:00
Josh Spicer
1d977c7e33 improvements to sessions ootb (#297219) 2026-02-24 04:59:23 +00:00
Josh Spicer
74bbbbef4a Sessions: Add OOTB/welcome overlay (#297215)
Add sessions welcome overlay with install spinner
2026-02-23 20:39:36 -08:00
Justin Chen
b97ea3df27 checkpoint hover and model info hover at the same time (#297202)
chat hover and model info hover at the same time
2026-02-24 03:19:56 +00:00
Dmitriy Vasyura
0fb77198a8 feat: add AI co-author support for commits (#296435) 2026-02-23 18:57:10 -08:00