Skip to content

can not output string with color in debug console after update to 1.22.1 #47457

@lerit

Description

@lerit
  • VSCode Version:1.22.1
  • OS Version:win10

Steps to Reproduce:

1.i use colors package to colorful my output
console.log(colors.green('hello')+" world")
this will output string "hello world" that "hello" with color green(debug console,terminal)
this work fine in v1.21.1
2.after upgrade to v.1.22.1,it still work fine in terminal,but not work in debug console,
all the text color is green,not only 'hello'
terminal:
image 5
debug console:
image 6

Does this issue occur when all extensions are disabled?: Yes/No
yes

Metadata

Metadata

Assignees

Labels

debugDebug viewlet, configurations, breakpoints, adapter issuesverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions