Max Lefebvre
Max Lefebvre
First of all, @iXialumy thank you so much for your hard work! I would love to help contribute where I can! I recently cloned your branch and implemented the `get_terminal_size`...
For anyone interested, I was able to set it up manually with this config (using the new LSP installed via the vscode extension): ``` local lsp_configurations = require('lspconfig.configs') if not...
Just an update, the manual config I posted above no longer works at all... It appears that [a change was made to the LSP](https://github.com/dotnet/roslyn/pull/69918) to use "named pipes" instead of...
@lars-berger, yeah that totally makes sense! Hadn't really thought of those other use cases, I'll give that a shot sometime this week and see what I can come up with
@lars-berger, sorry it took me so long to get back to this, but this PR should now cover the scenarios you described above by displaying the window information of the...
We are running into the same issue