Pranay Agarwal

Results 14 comments of Pranay Agarwal

I'm a bit hesitant to ship this because people have already complained about too many confusing path configurations in this extension, and this adds one more in the mix

What is the best way to get progress messages from the language server? Any current use case?

I updated the initialize request to send over the following (in client capabilities): ```JSON "workspace": { ... }, "textDocument": { ... }, "window": { "status": true, "progress": true } ```...

Can't the language server accept these via initialization options?

Hi @retk, could you post versions of everything you are using in this setup? I'll try and get a repro.

@retk I tried to repro this, but was actually able to get the language server started successfully with errors, intellisense and other features _mostly_ working. There was a small problem...

Basically the same as yours. Win 10, latest Docker, `hhvm/hhvm:3.29.1` image, same docker commands. I tested with the https://github.com/hhvm/hhast repository, which may have made the difference.

Hey @lildude, could you point me to the syntax validator used by the linguist repo?

I wasn't able to use just the docker container for syntax validation, since it seems to still have a dependency on the repo itself. Going the full repo route, the...