-
Notifications
You must be signed in to change notification settings - Fork 293
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
[style] Indentation problem with status indicator #554
Comments
Agreed, this is really hurting the readability of tests for me. The old design was totally fine. |
I didn't see the old design, but I was coming here to suggest moving the check mark to the beginning of the line and not affecting indenting if possible. |
I regularly run into this issue. This impacts my work in two main ways:
|
those are all valid points, we could maybe try to move the indicators to the gutter? Should be a fun simple PR, the code is all in src/decorations.ts... anybody interested? |
Might give it a try this weekend 🤔 |
@wrslatz image in |
@Tymek go for it 👍 |
PoC at my fork. PR later today For now I will provide only one color version, without light and dark theme. Difference isn't stark and I'd like to develop more granular settings for this feature in the future: Icon styles and color configuration. It would make dark/light colors obsolete. Details to come, let's finish one thing at a time :) |
Is it possible to move the status indicator to above the test instead of having it prefixed? I don't like how it messes with the indentation.
Before when a dot was used as the indicator the indentation worked fine.
The text was updated successfully, but these errors were encountered: