alex8088 / electron-vite

Next generation Electron build tooling based on Vite 新一代 Electron 开发构建工具,支持源代码保护
https://electron-vite.org
MIT License
3.57k stars 153 forks source link

ANSI colors not displaying correctly in VSCode debug console after version 1.94.0 #634

Closed ximu3 closed 3 weeks ago

ximu3 commented 1 month ago

Describe the bug

After VSCode version 1.94.0, extensions need to explicitly declare support for ANSI colors. This causes ANSI colors in the debug console to display incorrectly when using electron-vite.

Electron-Vite Version

2.3.0

Electron Version

31.0.2

Vite Version

5.3.1

Validations

ximu3 commented 3 weeks ago

1.95.0 Fixed