William Boman
William Boman
where have you looked so far?
Hey! Ah that's interesting, I was under the impression that the old iteration of powershell had been phased out completely by now, seeing as the initial announcement was in 2017...
I believe #769 fixes this by reverting the change. If it does not let's reopen.
> @williamboman , it is possible to do like this: > > 1. If user doesn't have `pwsh` - use `powershell` > 2. If user have `pwsh` - use `pwsh`...
Hello! Mason targets the latest release, which as of writing is `0.10.0`. As you mentioned, you're using a dev release of zig so probably the latest release of zls is...
I see! If you want to install HEAD of zls you'll have to manage it outside of mason.nvim as it targets the latest available release versions.
Hello! So the `:MasonInstall` command should install packages in "sync" mode if there are no UIs attached (i.e. headless). Are you not experiencing this? The `:LspInstall` command does no such...
Makes a lot of sense, also from a code maintenance point of view (no need for two different implementations) - should be fixed in https://github.com/williamboman/mason-lspconfig.nvim/pull/112.
Closing this as packages are no longer added to this registry, see instead https://github.com/mason-org/mason-registry/.
Hey! So the ESLint language server is more or less hard-coded to look for `eslint` in the project local `node_modules/` and if it can't find it there it'll try to...