From aa8b3055868a1a2740ee50317cf4bbdfea6d49cb Mon Sep 17 00:00:00 2001 From: William Boman Date: Sun, 2 Apr 2023 00:35:52 +0200 Subject: chore(health): include :MasonUpdate suggestion (#1169) --- lua/mason/health/init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/mason/health/init.lua b/lua/mason/health/init.lua index a757fbe0..b4ff37a2 100644 --- a/lua/mason/health/init.lua +++ b/lua/mason/health/init.lua @@ -144,7 +144,9 @@ function M.check() if source:is_installed() then health.report_ok(("Registry `%s` is installed."):format(source:get_display_name())) else - health.report_error(("Registry `%s` is NOT installed."):format(source:get_display_name())) + health.report_error( + ("Registry `%s` is not installed. Run :MasonUpdate to install."):format(source:get_display_name()) + ) end end -- cgit v1.2.3-70-g09d2