From 3fce8bd25e773bae4267c9e8f2cfbfda22aeb017 Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 7 Jan 2026 16:25:00 +0100 Subject: fix(registry): exclude synthesized registry when updating/installing registries (#2054) This doesn't necessarily fix a "bug" but primarily fixes the message provided to users when updating registries. If a user has 1 registry configured the message is now "updating 2 registries", this fixes it to "updating registry". --- lua/mason-registry/installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/mason-registry/installer.lua') diff --git a/lua/mason-registry/installer.lua b/lua/mason-registry/installer.lua index a5c9fe92..05592227 100644 --- a/lua/mason-registry/installer.lua +++ b/lua/mason-registry/installer.lua @@ -40,7 +40,7 @@ function M.install(sources, on_progress) M.channel = OneShotChannel:new() local finished_registries = {} - local registries = sources:to_list { include_uninstalled = true } + local registries = sources:to_list { include_uninstalled = true, include_synthesized = false } local results = { a.wait_all(_.map( -- cgit v1.2.3-70-g09d2