Goland console color settings do not work 关注
已完成
I am using Goland 2021.3.3 on Windows 10. After this update, the color settings for console do not work any more.
My error ouput color was set to red, then I did a panic test below. The error stack message should be colored in red, but it didn't.
But It worked well in 2021.1.3. Below is exactly the same test in 2021.1.3.
Does anyone know how to fix this or this is an already known bug? Thanks in advance.
请先登录再写评论。
Does it work if you disable go.run.processes.with.pty via Help | Find Action | Registry? If so, please follow GO-12410.
It works. Thank you.