-
Notifications
You must be signed in to change notification settings - Fork 323
Test status indicator is duplicated #4384
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
Comments
I'm not able to reproduce this. Can you reproduce in a new file? Are there any specific steps? |
Unfortunately, no, I don't have any steps either. Feel free to close this one if without the steps it's useless. If I see this again I'll get back. |
If you see it again, could you also get a screenshot of what the Test Explorer tree looks like for this file? I'll leave this open for now with the awaiting-info tag. If you see it again post back, and otherwise the bot will close it in ~30 days. Thanks! |
This issue has been marked stale because it is tagged awaiting-info for 20 days with no activity. Remove the stale label or comment to prevent the issue being closed in 10 days. |
I was able to repro it in one go, but then it stopped appearing 😞 |
As you can see, I'm waiting for the icon to appear before writing the body. repro.mov |
@incendial I can repro with those steps, thank you! |
I think at least part of this is a VS Code bug, I've filed microsoft/vscode#176951. I'm still trying to figure out if there's more to it though (and if there is, whether it's an issue here or there). |
I think this might be entirely a VS Code issue. I was able to adapt their sample to have the full issue (not just duplicated icons, but them not disappearing on the next update - which is what we're seeing here). I've added some notes to microsoft/vscode#176951 (comment). Hopefully once that issue is fixed there, it'll be good here. I'll keep this issue open to track it until it's resolved though. |
Interesting that no one else had spotted it 😅. Thank you!
Interesting that I had never had it with TS, for example 🤔. |
I think it depends on some specifics:
So for example the sample test provider they had always truncated the test at the end of the first line, so although the issue showed up briefly when you pressed (there's a lot of assumptions there though, we'll see what they say when it's looked at :-)) |
This was fixed in the latest VS Code. |
Describe the bug
Noticed that the test status indicator (play button or spinner) got duplicated for the whole line length of the test.
To Reproduce
No steps. This is a new test file and I noticed that it's too much of the visual noise.
Expected behavior
Only one indicator.
Screenshots

Screen.Recording.2023-02-13.at.16.48.25.mov
Please complete the following information:
The text was updated successfully, but these errors were encountered: