efm-langserver icon indicating copy to clipboard operation
efm-langserver copied to clipboard

Support returning lints as newline separated json objects

Open titaniumtraveler opened this issue 8 months ago • 0 comments

When the linter tool in question returns the data as json in the first place, it doesn't really make sense to take that output and turn it into text lines, just for efm to parse that again.

Just wrangling the json around with something like jq is often much easier and less error prone.

titaniumtraveler avatar Mar 12 '25 19:03 titaniumtraveler