Is it possible to detect system-wide installations before auto-install or manual install (with confirm)? #2027
Unanswered
Nicknamely
asked this question in
Q&A
Replies: 1 comment
-
|
clangd comes with clang along with clang-dormat/tidy when installed via pacman |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m curious about how Mason handles installations. Right now, it seems Mason always tries to install the server even if it’s already available system-wide (e.g., clangd installed via the OS package manager).
Is there currently a way for Mason to detect if a package already exists on the system and skip installation?
If not, would it be feasible or useful to add an option like auto_install = false_if_system_exists or a similar mechanism?
Beta Was this translation helpful? Give feedback.
All reactions