William Boman

Results 274 comments of William Boman

The `mason-lspconfig.mappings.server` module was never really public, the recommended stable interface would be: ```lua require("mason-lspconfig").get_mappings().lspconfig_to_package -- or alternatively (although not technically a public API) require("mason-lspconfig.mappings").get_mason_map().lspconfig_to_package ```

I don't believe changes such as the above is enough to fix things, it only hides the errors. I wasn't aware distributions would immediately pull a new major version (breaking...

I'd argue it's still pretty helpful to be able to access the full build output via regular stdout output, and not have to juggle output to files. Especially when debugging...

Ah my bad, I knew I was missing something. Don't mind me 😬