zls
zls copied to clipboard
Folding does not work correctly.
Zig Version
0.11.0-dev.2571+31738de28
Zig Language Server Version
0.11.0-dev.378+5457cec
Steps to Reproduce
Empty parentheses.
Related to https://github.com/ziglang/vscode-zig/issues/97
Expected Behavior
This behavior is without ZLS.

Actual Behavior
} else { is missing.

Other example. std/log.zig:121

without zls

with zls

Please paste the example code as text.