maurobalbi
maurobalbi
I'm pretty confident that `purescript-psa` uses the `--json-errors` flag to invoke [purs](https://github.com/natefaubion/purescript-psa/blob/a620d5d51cf6e9be5b0228637effa37533134346/src/Main.purs#L162), in which case this PR should have no effect on `purescript-psa`.
No worries, all in due course! I'm already happy that this PR is being considered!
Thanks for the review, I just checked it again and it looks like the indentation of warnings and errors is consistent. The difference comes from single vs multiple errors/warnings, as...
Can confirm, this fixes the problem!
We noticed the same issue.
The client should send a textDocument/completion request to ask for completions, however no such request is sent to the server according to the logs. Seems there is something going wrong...