onsi / ginkgo

A Modern Testing Framework for Go
http://onsi.github.io/ginkgo/
MIT License
8.34k stars 659 forks source link

VSCode 1.94.0 ANSI colors in Debug Console not working #1466

Open nathan831 opened 4 weeks ago

nathan831 commented 4 weeks ago

Hi, After updating VSCode to 1.94.0, ANSI colors stopped working in the debug console. After a quick search, I found the following problem, which can be reproduced exactly the same way for ginko. https://github.com/Dart-Code/Dart-Code/issues/5302

Thanks in advance Ginkgo version used v2.20.2 Related to https://github.com/microsoft/vscode/pull/227729

onsi commented 3 weeks ago

hey @nathan831 - ginkgo doesn't ship with a vscode extension (there's a basic one that does snippets - but nothing more integrated than that). So I'm not sure how to help here...

alanosullivancs commented 2 weeks ago

hi @onsi this is a general VS Code bug:

V 194

vs_code_194 2 color_debug_console_bug

V 193

image

onsi commented 1 week ago

ok.. understood. I assume they'll fix it in VSCode eventually? Is there anything you're wanting to see changed in Ginkgo to fix this?

alanosullivancs commented 1 week ago

Nope, users of VS Code need to apply this fix https://github.com/microsoft/vscode-js-debug/?tab=readme-ov-file#nightly-extension until the change is permanently fixed