You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(render): On fold, strip prefix/suffix rather than fold
As we don't show `...` on non-first lines without fold, it seems to make
sense to do the same thing for fold.
To show this, we likely would want to add more nuance than just `fold`.
This has the benefit of offering a "magic mode" where the annotated
lines get selected automatically.
This was implemented by pre-processing things which should keep overhead
low as other calculations down the line aren't done.
0 commit comments