zls icon indicating copy to clipboard operation
zls copied to clipboard

store ast-check diagnostic using `std.zig.ErrorBundle`

Open Techatrix opened this issue 1 year ago • 0 comments

Better support for std.zig.ErrorBundle will make future changes to diagnostics easier to deal with. One use case I anticipate is the custom build runner which should use them instead of forcing ZLS to parse stderr which has all kinds of problems.

Techatrix avatar Aug 20 '24 15:08 Techatrix