Frederic Gagnon
Results
2
issues of
Frederic Gagnon
in com.github.gtache.lsp.client.languageserver.wrapper.LanguageServerWrapperImpl.stop(), `this.languageServer.exit` should be called after the shutdown, in case the server is a distant program, and the executable called was just a bridge to the server (meaning exiting...
com.github.gtache.lsp.utils.FileUtils aggressively replaces every space it finds with "`%20`". Why? I can't find anything in the LSP documentation that suggests that URIs should be encoded in any way. Additionally, file...