You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
In mason-lspconfig we have the option to pass ensure_installed, a list of packages that mason will install automatically when the config is executed. I'd like to have the same feature for Mason to ensure non-lsp dependencies are installed.
Describe potential alternatives you've considered
I've seen people use null-ls to get this functionality from mason-lspconfig but it seems like a workaround and not a solution.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Closing as duplicate. I'll also add that this feature would be trivial to add, but I'm trying to ensure it fits well with future roadmap and that it won't suffer the penalties that'd be involved due to having to load significantly more code during setup. This can easily be added to your own config, for example:
I've searched open issues for similar requests
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
In
mason-lspconfig
we have the option to passensure_installed
, a list of packages that mason will install automatically when the config is executed. I'd like to have the same feature for Mason to ensure non-lsp dependencies are installed.Describe potential alternatives you've considered
I've seen people use
null-ls
to get this functionality frommason-lspconfig
but it seems like a workaround and not a solution.Additional context
No response
The text was updated successfully, but these errors were encountered: