Zig Version
master
ZLS Version
master
Client / Code Editor / Extensions
Sublime Text 4200
Steps to Reproduce and Observed Behavior
- open a zig file
- type code, make the code invalid by typing random chars
- save
- notice editor flicker due to semantic tokens
Expected Behavior
It should not flicker
My guess is that zls resets semantic token state when linter fails, but it shouldn't, otherwise it causes client to flicker
Definition of the flicker:
switches between semantic token theme and normal theme
Attach ZLS log output
No response
Zig Version
master
ZLS Version
master
Client / Code Editor / Extensions
Sublime Text 4200
Steps to Reproduce and Observed Behavior
Expected Behavior
It should not flicker
My guess is that zls resets semantic token state when linter fails, but it shouldn't, otherwise it causes client to flicker
Definition of the flicker:
switches between semantic token theme and normal theme
Attach ZLS log output
No response