Skip to content
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

fix(LogViewer): Prevent long lines from overlapping the line after them #62

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

wise-king-sullyman
Copy link
Collaborator

Closes #3

Also updates this extension so that the dev server watches the src dir, and adds a long test data option so that bugs like these can be more easily tested in the future. Happy to remove the long test data option before we merge this if we'd like though.

Copy link
Collaborator

@dlabaj dlabaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dlabaj dlabaj merged commit 6f6d7d5 into main Apr 24, 2024
7 checks passed
Copy link

🎉 This PR is included in version 5.2.0-prerelease.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

github-actions bot commented Jun 3, 2024

🎉 This PR is included in version 6.0.0-alpha.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When line is too big, it surpass the next line and mixes both end of current line and begins of next line.
2 participants