dependabot[bot]
1b8d01571a
build(deps): bump file-type from 21.3.1 to 21.3.2 in /extensions/git ( #302473 )
...
Bumps [file-type](https://github.com/sindresorhus/file-type ) from 21.3.1 to 21.3.2.
- [Release notes](https://github.com/sindresorhus/file-type/releases )
- [Commits](https://github.com/sindresorhus/file-type/compare/v21.3.1...v21.3.2 )
---
updated-dependencies:
- dependency-name: file-type
dependency-version: 21.3.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-17 16:47:03 +00:00
dependabot[bot]
81607b72dc
build(deps-dev): bump undici from 7.22.0 to 7.24.1 in /extensions/notebook-renderers ( #301646 )
...
build(deps-dev): bump undici in /extensions/notebook-renderers
Bumps [undici](https://github.com/nodejs/undici ) from 7.22.0 to 7.24.1.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v7.22.0...v7.24.1 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 7.24.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-17 09:17:49 -07:00
Benjamin Christopher Simmonds
fe0599f4fa
Merge pull request #302407 from microsoft/benibenj/worthy-earthworm
...
Minor updates to session tasks
2026-03-17 12:42:18 +01:00
Lee Murray
16bb37eae9
Update command center styles and titlebar border radius ( #302404 )
...
fix: update command center background and border styles in theme and adjust titlebar border radius
Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com >
2026-03-17 12:39:17 +01:00
Ladislau Szomoru
cff3949e5d
Git - add new API to help with computing a diff with stats between two commits ( #302402 )
2026-03-17 11:05:04 +00:00
BeniBenj
27bcf17319
minor sessions task changes
2026-03-17 11:45:14 +01:00
Lee Murray
35c088b92c
Update color settings in 2026 Dark theme for improved visibility ( #302147 )
...
* Update color settings in 2026 Dark theme for improved visibility
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Regenerate the colorizer tests
---------
Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-03-16 11:10:29 -07:00
Lee Murray
c6aa4ab9c6
Update button colors in 2026 Dark theme for better visibility ( #302165 )
...
fix: update button colors in 2026 Dark theme for better visibility
Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com >
2026-03-16 18:02:25 +01:00
Lee Murray
11a2e60f4f
Update theme names and migrate legacy settings ( #302085 )
...
* update theme names & make experimental themes new default
* feat: migrate legacy theme settings and update notification handling
* test: add unit tests for migrateThemeSettingsId function
* feat: add command to try new default themes and update notification message
* feat: refactor tryNewDefaultThemes command to use Action2 class
* feat: update theme names to remove 'Default' prefix and improve theme selection logic
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Regenerated all 126 baseline files (108 regular + 18 tree-sitter) by running the colorize integration tests.
---------
Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-03-16 14:58:23 +00:00
Ladislau Szomoru
c3b9417517
Git - second attempt to adopt the @vscode/fs-copyfile package ( #301443 )
...
* Reapply "Git - adopt the new package to use copy-on-write for the worktree include files (#299583 )" (#300448 )
This reverts commit c56c7bc071 .
* Attempt to fix tests
* Fix build
* build: copy node_modules into extension bundle
* Regenerate lock file
---------
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2026-03-16 14:14:06 +00:00
BeniBenj
ac554a5b8a
should not reveal task details in terminal
2026-03-16 10:52:47 +01:00
Matt Bierner
5ca0ea581f
Use markdownDescription for a few more settings
...
Let's us use inline code elements on these
2026-03-13 11:35:58 -07:00
Kyle Cutler
0bc4bad6ef
Proposed browser API for debug support ( #300577 )
...
* Proposed browser API for debug support
* build, feedback
* Web stubs
* fix
* close guard
* fixes, add close()
* clean
* Fixes, tests
* lint
* Simplfiy
* feedback
2026-03-13 16:32:58 +01:00
dependabot[bot]
cbc25fffb2
build(deps): bump file-type from 16.5.4 to 21.3.1 in /extensions/git ( #300597 )
...
* build(deps): bump file-type from 16.5.4 to 21.3.1 in /extensions/git
Bumps [file-type](https://github.com/sindresorhus/file-type ) from 16.5.4 to 21.3.1.
- [Release notes](https://github.com/sindresorhus/file-type/releases )
- [Commits](https://github.com/sindresorhus/file-type/compare/v16.5.4...v21.3.1 )
---
updated-dependencies:
- dependency-name: file-type
dependency-version: 21.3.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix(git): update file-type import for v21.x API (#301231 )
* Initial plan
* fix: update file-type import for v21.x API changes
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
2026-03-12 14:32:40 -07:00
Matt Bierner
cfff60f09d
Merge pull request #300860 from mjbvz/dev/mjbvz/heavy-swallow
...
Re-remove webpack (again again)
2026-03-11 18:14:40 -07:00
Benjamin Christopher Simmonds
fe7157a1f3
Merge pull request #300905 from microsoft/benibenj/military-rodent
...
Add support for running tasks on worktree creation
2026-03-11 21:52:15 +01:00
Benjamin Christopher Simmonds
5d3da238a1
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-11 21:26:54 +01:00
Matt Bierner
7a090df6c7
Re-remove webpack (again again)
...
This reverts commit 1d31c3ce40 .
2026-03-11 10:46:45 -07:00
Matt Bierner
a9f97ee567
Merge pull request #300847 from mjbvz/dev/mjbvz/conventional-damselfly
...
Revert "Add `min-release-age` in npmrc files"
2026-03-11 10:39:23 -07:00
BeniBenj
9831d8f09c
add support for running tasks on worktree creation
2026-03-11 18:13:56 +01:00
Matt Bierner
af32b7b329
Revert "Add min-release-age in npmrc files"
...
This reverts commit a440ae0518 .
2026-03-11 10:07:42 -07:00
Matt Bierner
1592b94c9a
Fix any usages in the markdown preview sources
...
For #269213
2026-03-11 09:54:42 -07:00
Matt Bierner
deda22fcab
Merge pull request #300674 from mjbvz/dev/mjbvz/teenage-gamefowl
...
Experiment with switching markdown extension to use native privates
2026-03-11 01:10:53 -07:00
Matt Bierner
7df46143a1
Experiment with switching markdown extension to use native privates
...
Let's try this out with one extension to start
2026-03-10 23:13:16 -07:00
Matt Bierner
15186d2e20
Merge pull request #300665 from mjbvz/dev/mjbvz/intellectual-snake
...
Fix the `github` extension for esbuild
2026-03-10 23:07:03 -07:00
Matt Bierner
3709d98040
Merge pull request #300641 from mjbvz/dev/mjbvz/fond-loon
...
Add `min-release-age` in npmrc files
2026-03-10 23:03:40 -07:00
Matt Bierner
a04eb6787a
Merge pull request #296821 from tamuratak/make_markdown_range_link_work
...
markdown-language-features: enhance document link handling with improved URI parsing and selection
2026-03-10 23:02:52 -07:00
Matt Bierner
599fc96f2f
Fix the github extension for esbuild
2026-03-10 22:53:03 -07:00
Matt Bierner
6597286e32
Merge pull request #300629 from mjbvz/dev/mjbvz/xenogeneic-silverfish
...
Use case insensitive file uri compare in md extension
2026-03-10 22:49:16 -07:00
Matt Bierner
e9b82791e6
Commit other npmrc files
2026-03-10 20:56:09 -07:00
Matt Bierner
46af82816c
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-10 20:54:15 -07:00
Matt Bierner
a440ae0518
Add min-release-age in npmrc files
...
For #299632
Not fully enabled unless you're using a recent npm. Next step will be to bump the min node/npm versions for the workspace too
2026-03-10 20:33:07 -07:00
Osvaldo Ortega
1d31c3ce40
Revert "Re-remove webpack"
2026-03-10 20:12:53 -07:00
Matt Bierner
909a106725
Use case insentive file uri compare in md extension
...
For #265277
2026-03-10 19:27:33 -07:00
Matt Bierner
03968c2076
Re-remove webpack
...
All of our extensions are now using esbuild
2026-03-10 13:42:52 -07:00
JeffreyCA
db2c7eebf0
Update Fig spec for Azure Developer CLI (azd) ( #299892 )
...
Add azd terminal completions for new extension and core commands
2026-03-10 15:11:37 -04:00
Connor Peet
0a8edf7b2f
plugins: allow updating agent plugins ( #300344 )
...
* plugins: allow updating agent plugins
Add update detection and update buttons to the agent plugins view and editor.
This allows users to see when installed plugins have newer versions available
and update them directly from the UI without manually checking for updates.
- Export hasSourceChanged() from pluginMarketplaceService for reuse
- Add 'outdated' and 'liveMarketplacePlugin' fields to IInstalledPluginItem
- Fetch marketplace data in AgentPluginsListView.show() to cross-reference
installed vs live versions and mark outdated plugins
- Add UpdatePluginAction to list view with live marketplace data
- Add UpdatePluginEditorAction to plugin editor with live marketplace data
- Both update actions re-register the plugin with updated metadata after
successful update so the UI immediately reflects the new version
- Read fresh installed metadata from pluginMarketplaceService.installedPlugins
store (not stale IAgentPlugin.fromMarketplace) for accurate version checks
- Pass 'silent' option to runInstall() to show non-blocking notification
instead of dialog when silent=true
- Re-register plugins with live data after updateAllPlugins() completes
so stored sourceDescriptor reflects new version/ref/sha
(Commit message generated by Copilot)
* pr comments and cleanup
* fix test failure
2026-03-11 04:57:13 +11:00
Ladislau Szomoru
c56c7bc071
Revert "Git - adopt the new package to use copy-on-write for the worktree include files ( #299583 )" ( #300448 )
...
This reverts commit 950ab0704b .
2026-03-10 15:01:11 +01:00
Ladislau Szomoru
35e0427ee2
Sessions - expose session base branch information ( #300415 )
...
* Sessions - expose session base branch information
* Pull request feedback
2026-03-10 11:18:21 +00:00
Ladislau Szomoru
950ab0704b
Git - adopt the new package to use copy-on-write for the worktree include files ( #299583 )
...
* Git - adopt the new package to use copy-on-write for the worktree include files
---------
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2026-03-10 11:51:57 +01:00
Matt Bierner
f2bd744896
Keep .md file extension as default extension
...
Fixes #300239
2026-03-09 23:19:55 -07:00
Matt Bierner
7d218815d5
Merge pull request #300221 from microsoft/dev/mjbvz/esbuild-github
...
Port GitHub extension to use esbuild again
2026-03-09 12:29:48 -07:00
dependabot[bot]
dcea9a598c
Bump dompurify from 3.2.7 to 3.3.2 in /extensions/markdown-language-features ( #299899 )
...
Bump dompurify in /extensions/markdown-language-features
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 3.2.7 to 3.3.2.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/3.2.7...3.3.2 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-version: 3.3.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 10:48:14 -07:00
Matt Bierner
e74071cd63
Fix import
2026-03-09 09:38:32 -07:00
Matt Bierner
02d9c6d239
Also set type: module again
2026-03-09 09:38:05 -07:00
Matt Bierner
26876d30a1
Revert main change
2026-03-09 08:59:46 -07:00
Matt Bierner
13a604e50c
Revert "Revert "Port github extension to use esbuild" ( #298920 )"
...
This reverts commit 51f5cafd6f .
2026-03-09 08:10:36 -07:00
Matt Bierner
a2f85b65d2
Fix a few more uint8array errors
2026-03-08 23:30:42 -07:00
Matt Bierner
b3740268a3
Fixing errors
2026-03-08 23:23:29 -07:00
Matt Bierner
527f8aa38c
Merge pull request #299397 from mjbvz/dev/mjbvz/polite-chipmunk
...
Fix terminal-suggest extension icon
2026-03-06 10:40:22 -08:00