Johannes Rieken
10d738ca3c
Add cyclic dependency check script and tests ( #296035 )
...
* eng: add cyclic dependency check script and update workflow
* refactor: export classes and functions in checkCyclicDependencies for better accessibility; add comprehensive tests for cycle detection and file processing
* Update build/lib/checkCyclicDependencies.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-18 10:16:25 -08:00
David Dossett
3ec917c359
Brighten list selection foreground in 2026 dark theme ( #296053 )
2026-02-18 17:59:08 +00:00
David Dossett
bae06f0a06
Refresh checkpoint UI ( #294282 )
...
* Refresh checkpoint and restore checkpoint UI
Replace bookmark icon and dashed divider with fading gradient lines flanking
the checkpoint/restore labels. Add dot separator and undo button styling for
the restore-checkpoint row. Use disabledForeground for label text with
hover-to-reveal border treatment on toolbar actions.
* Show checkpoint UI only on hover/focus, adjust spacing and colors
* Add aria-hidden to dot separator for screen readers
2026-02-18 09:57:26 -08:00
Megan Rogge
f4d018faa2
use URI instead of ID ( #296050 )
...
fix #274403
2026-02-18 17:57:11 +00:00
BeniBenj
b9d5c49d26
fixing/polishing sessions
2026-02-18 18:49:15 +01:00
Matt Bierner
768dfb8362
Merge pull request #295862 from mjbvz/dev/mjbvz/foolish-quelea
...
Adopt unified js/ts setting for format settings
2026-02-18 09:34:56 -08:00
João Moreno
4e34c96a24
feat: Add emergency alert banner to all qualities, with polling ( #296040 )
...
* enable emergency alert in all qualities
* feat: Add emergency alert banner to all qualities, with polling
---------
Co-authored-by: João Moreno <22350+joaomoreno@users.noreply.github.com >
2026-02-18 09:15:46 -08:00
Matt Bierner
ccc44bc568
Merge branch 'main' into dev/mjbvz/foolish-quelea
2026-02-18 09:13:50 -08:00
dependabot[bot]
2b3ee49466
Bump tar from 7.5.7 to 7.5.9 ( #295928 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.7 to 7.5.9.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.7...v7.5.9 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.9
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-18 09:05:45 -08:00
dependabot[bot]
5101ad84a6
Bump fast-xml-parser and @azure/core-xml in /build ( #295914 )
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) and [@azure/core-xml](https://github.com/Azure/azure-sdk-for-js ). These dependencies needed to be updated together.
Updates `fast-xml-parser` from 4.5.0 to 5.3.6
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.0...v5.3.6 )
Updates `@azure/core-xml` from 1.4.4 to 1.5.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md )
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/core-xml_1.4.4...@azure/core-xml_1.5.0 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-version: 5.3.6
dependency-type: indirect
- dependency-name: "@azure/core-xml"
dependency-version: 1.5.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-18 09:05:33 -08:00
dependabot[bot]
9a403498a8
Bump tar from 7.5.7 to 7.5.9 in /build/npm/gyp ( #295930 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.7 to 7.5.9.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.7...v7.5.9 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.9
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-18 09:05:28 -08:00
Lee Murray
2518e1f36f
Merge pull request #296019 from microsoft/mrleemurray/uniform-orange-planarian
...
Adjust z-index for in-editor pane iframes
2026-02-18 16:57:54 +00:00
Lee Murray
fa894769c7
Merge pull request #296039 from microsoft/mrleemurray/managerial-sapphire-heron
...
Refine quick input list separator styles and enhance settings editor background colors
2026-02-18 16:57:03 +00:00
Copilot
7d0d4b29c8
Add trace logging for slow regex matching in problem matchers ( #295961 )
...
* Initial plan
* Add trace logging for slow regex matching in problem matchers
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com >
2026-02-18 16:54:34 +00:00
Lee Murray
289ba304da
Merge branch 'main' into mrleemurray/uniform-orange-planarian
2026-02-18 16:42:09 +00:00
mrleemurray
2d131b8663
refine quick input list separator styles and enhance settings editor background colors
2026-02-18 16:41:25 +00:00
Johannes Rieken
a4228a7731
use sessionResource for edit source creation ( #296032 )
...
re https://github.com/microsoft/vscode/issues/274403
2026-02-18 17:20:33 +01:00
Johannes Rieken
9f20288c88
Merge pull request #295997 from microsoft/joh/inline-chat-gutter-affordance
...
Joh/inline-chat-gutter-affordance
2026-02-18 16:53:53 +01:00
Matt Bierner
8f2f873054
Mark more settings as language overridable
2026-02-18 07:53:14 -08:00
Benjamin Pasero
ac44844ca4
sessions - clear focus when creating new session ( #296009 )
2026-02-18 16:50:27 +01:00
Matt Bierner
cd0e3f3485
Fixing scopes
2026-02-18 07:45:46 -08:00
João Moreno
8b04bf2b4e
bump distro ( #296023 )
...
Co-authored-by: João Moreno <22350+joaomoreno@users.noreply.github.com >
2026-02-18 15:42:50 +00:00
Johannes Rieken
67d097f881
Merge pull request #295607 from microsoft/copilot/fix-keybinding-hover-display
...
Fix missing keybinding in Keep/Undo chat edit button tooltips
2026-02-18 16:25:06 +01:00
Lee Murray
537e9775ba
Merge pull request #296015 from microsoft/mrleemurray/absolute-gray-halibut
...
2026 theme foreground color adjustment
2026-02-18 15:14:45 +00:00
Ladislau Szomoru
7ae95509ff
Sessions - fix dropdown spacing ( #296018 )
2026-02-18 16:11:05 +01:00
Lee Murray
12dd2d8729
Merge pull request #296004 from microsoft/mrleemurray/allied-emerald-hippopotamus
...
Add foreground color for italic markup in theme files
2026-02-18 15:08:23 +00:00
Lee Murray
2d41ef942d
Merge pull request #296017 from microsoft/mrleemurray/wet-moccasin-crab
...
Increase max-width of extension editor to 95%
2026-02-18 15:07:47 +00:00
Johannes
16600d2086
feat: hide inline chat affordance when the editor context menu is shown
2026-02-18 16:01:43 +01:00
Lee Murray
f071a3fe56
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-18 14:58:33 +00:00
Johannes
eb1ab47436
feat: update inline chat affordance with new edit command and toolbar styling
2026-02-18 15:58:01 +01:00
Aiday Marlen Kyzy
490292e248
adding inline completions in the chat input ( #295605 )
2026-02-18 15:47:17 +01:00
mrleemurray
ac2c7aab7f
Adjust z-index for in-editor pane iframes to ensure proper rendering above sidebar and sashes
2026-02-18 14:45:34 +00:00
Sandeep Somavarapu
1415a34343
improve welcome experience ( #296014 )
2026-02-18 14:45:13 +00:00
Johannes
bec3414838
refactor: rename ChatEditorInlineGutter to ChatEditorInlineMenu and update related actions
2026-02-18 15:37:20 +01:00
mrleemurray
cfe24398f3
Increase max-width of extension editor to 95% for improved layout
2026-02-18 14:32:51 +00:00
mrleemurray
92f02ddd49
Update foreground color values for consistency in 2026 Light theme
2026-02-18 14:26:37 +00:00
mrleemurray
ffe44095bc
Update foreground color values in 2026 Light theme for consistency
2026-02-18 14:22:50 +00:00
mrleemurray
e1956282ce
Update italic markup colors in theme files for consistency across themes
2026-02-18 14:14:13 +00:00
mrleemurray
a83651d291
Update color values for foreground elements in 2026 Dark and Light themes
2026-02-18 14:07:35 +00:00
Lee Murray
85283a7ecf
Merge pull request #296002 from microsoft/mrleemurray/public-silver-leopon
...
Update color theme for 2026 Light
2026-02-18 13:53:01 +00:00
mrleemurray
873fa1c29f
Add foreground color for italic markup in theme files
2026-02-18 13:44:45 +00:00
mrleemurray
d86a93d846
Update color theme for 2026 Light: adjust background colors for various UI elements
2026-02-18 13:37:27 +00:00
Lee Murray
abccb3301c
Merge pull request #296001 from microsoft/mrleemurray/quaint-coffee-narwhal
...
Add chat thinking shimmer color to 2026 Light theme
2026-02-18 13:14:28 +00:00
Matt Bierner
dc74101cd2
Merge pull request #295899 from mjbvz/dev/mjbvz/precious-jellyfish
...
Remove a few more chat session id usages
2026-02-18 05:12:22 -08:00
mrleemurray
2e5af5b088
Add chat thinking shimmer color to 2026 Light theme
2026-02-18 12:59:23 +00:00
Johannes
514eff1c93
fix: trim input value and clear model on reset in InlineChatInputWidget
2026-02-18 13:57:18 +01:00
Benjamin Pasero
37553522f3
Support dismissing modal overlays by clicking outside ( fix #295893 ) ( #295995 )
2026-02-18 12:28:59 +00:00
Alex Ross
919612309d
Fix quick dispose/reregister of tree view ( #295996 )
2026-02-18 12:28:24 +00:00
Benjamin Pasero
0a40ab4cce
sessions - show count for all groups ( fix #291606 ) ( #295992 )
2026-02-18 12:23:09 +00:00
Sandeep Somavarapu
cbbb61782a
different structure for curated models ( #295994 )
...
use different structure for curated models
2026-02-18 12:22:50 +00:00