-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added tests for visible ranges(scroll, fold) #539
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really nice; thanks for following up on this stuff! I left one minor comment. Not a showstopper, as we have the same problem in a couple other manual tests, but seems easy to fix and might save us some headaches down the road 🤷♂️
But yeah re your comment on the issue, I think it's fine to handle these as one-offs rather than adding support to test case recorder
src/test/suite/scroll.test.ts
Outdated
mark: { | ||
type: "decoratedSymbol", | ||
symbolColor: "default", | ||
character: "w", | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as above, maybe we should just use cursor mark to avoid hat allocation fragility?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 😊
fixes #160
Checklist