color icon indicating copy to clipboard operation
color copied to clipboard

When starting debugging with the F5 key in vscode, the output has no color. Output it with the following code and there will be no problem!

Open yuwenlong opened this issue 4 months ago • 0 comments

When starting debugging with the F5 key in vscode, the output has no color. Output it with the following code and there will be no problem!

fmt.Println("\033[5;32m", "Configuration loaded successfully ", "\033[0m")
Image Image Image @fatih

yuwenlong avatar Aug 18 '25 06:08 yuwenlong