aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2023-07-04 12:29:37 +0200
committerGitHub <noreply@github.com>2023-07-04 12:29:37 +0200
commitc290d0e4ab6da9cac1e26684e53fba0b615862ed (patch)
tree685648cb80e3d628d1f961bc2408e73ef6f20b8d /lua
parentfeat(ui): display package deprecation message (#1391) (diff)
downloadmason-c290d0e4ab6da9cac1e26684e53fba0b615862ed.tar
mason-c290d0e4ab6da9cac1e26684e53fba0b615862ed.tar.gz
mason-c290d0e4ab6da9cac1e26684e53fba0b615862ed.tar.bz2
mason-c290d0e4ab6da9cac1e26684e53fba0b615862ed.tar.lz
mason-c290d0e4ab6da9cac1e26684e53fba0b615862ed.tar.xz
mason-c290d0e4ab6da9cac1e26684e53fba0b615862ed.tar.zst
mason-c290d0e4ab6da9cac1e26684e53fba0b615862ed.zip
feat(ui): don't use diagnostic messages for displaying deprecated, uninstalled, packages (#1393)
Less intrusive display of deprecated packages that aren't installed. Diagnostics should only be for things that require the user's immediate attention.
Diffstat (limited to 'lua')
-rw-r--r--lua/mason/ui/components/main/package_list.lua18
1 files changed, 13 insertions, 5 deletions
diff --git a/lua/mason/ui/components/main/package_list.lua b/lua/mason/ui/components/main/package_list.lua
index a92980f3..455a8196 100644
--- a/lua/mason/ui/components/main/package_list.lua
+++ b/lua/mason/ui/components/main/package_list.lua