ginkgo icon indicating copy to clipboard operation
ginkgo copied to clipboard

VSCode 1.94.0 ANSI colors in Debug Console not working

Open nathan831 opened this issue 1 year ago • 2 comments

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

nathan831 avatar Oct 08 '24 11:10 nathan831

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...

onsi avatar Oct 10 '24 20:10 onsi

hi @onsi this is a general VS Code bug:

V 194

vs_code_194 2 color_debug_console_bug

V 193

image

alanosullivancs avatar Oct 17 '24 09:10 alanosullivancs

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?

onsi avatar Oct 29 '24 20:10 onsi

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

alanosullivancs avatar Oct 30 '24 08:10 alanosullivancs