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

Funky output in VS Code test output only #1658

Closed
smil2k opened this issue Jan 31, 2024 · 1 comment
Closed

Funky output in VS Code test output only #1658

smil2k opened this issue Jan 31, 2024 · 1 comment

Comments

@smil2k
Copy link

smil2k commented Jan 31, 2024

Switching tabs while running turns the log into this funly one:
funkyfonts

Sometimes only the capital letters of the stack is effected:
image

It is not a font issue I suppose:
select

If I take this selection to the clipboard:
image

        at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

The data seems to be right.

I did not see this problem in other panels, only the test output.

@jdneo
Copy link
Member

jdneo commented Jan 31, 2024

Duplicated with #1618

It's an upstream issue of VS Code: microsoft/vscode#194156

@jdneo jdneo closed this as not planned Won't fix, can't repro, duplicate, stale Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants