Ken Domino
Ken Domino
I'm releasing a new extension that pushes most functionality into an LSP server, so this may not apply to the new version, due out by the end of the week.
It seems that if I run the extension from an experimental version of VS2019 (via F5), typing response is very quick. If I install the extension, the response is very...
There is a problem with the LASets computation.
> Re: Build Issue: > I've heard (and cannot find the page where I read it) that VS determines the VSIX contents on project load, not on builds/rebuilds. So, the...
Update--it looks like find all refs doesn't even work for Locations[].Length >= 41. I noticed that the request has a "partialResultToken" field in the request. But, I don't know how...
https://developercommunity.visualstudio.com/content/problem/1034961/microsofts-vs-2019-lsp-client-crashes-when-trying.html
According to https://github.com/microsoft/language-server-protocol/issues/703, it looks like what LSP designers want is "to use the workspace.getConfiguration() request" to help resolve opening a "workspace"--whatever that means, if anything at all. The rootUri...
Thanks. I checked in the fix, will be in the next release.
Sorry about that. It should work when a directory is set up with nice parsible .g4 files. It could be I forgot to check an assumption (eg, it contains something...
OK, I'll give that a try (I use CSharpLexer.g4 and CSharpParser.g4 too). In VS, there's an area under the menu bar that will indicate there's an exception, and it should...