Mezdelex

Results 7 comments of Mezdelex

To be honest, Powertoy Run is way slower and with less options/customization than Keypirinha, so are every other options that I have tried. As @Jc-L suggested, I would gladly sponsor...

It's the only launcher I allow myself to install, basically.

Definitely a problem I'm experiencing as well in VS2022.

In my opinion it should be customizable as in allowing the user to disable it completely or to disable italics at least. Italics have always been quite a controversial topic...

That's a known issue that has a workaround for now. https://github.com/Hoffs/omnisharp-extended-lsp.nvim Add this to your `mason`/`mason-lspconfig` configuration while adding the dependency mentioned above: require('mason').setup() require('mason-lspconfig').setup({ handlers = { lspzero.default_setup, lua_ls...

Hi @thomaslaich Switching to `csharp-ls` you would encounter the same problem as with `omnisharp` since both of them require some third party workaround for the #metadata decoding that VSCode handles...