You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a VSCode and Windows 10 user, and chalk cannot support color in vscode integrade terminal unless I use --color or set FORCE_COLOR for scripts.
For example, if I exec git commit -a -m 'xxx' in vscode integrade terminal, for this repo, it would print error info without color, unless I add --color to scripts in package.json
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm a VSCode and Windows 10 user, and
chalk
cannot support color in vscode integrade terminal unless I use--color
or setFORCE_COLOR
for scripts.For example, if I exec
git commit -a -m 'xxx'
in vscode integrade terminal, for this repo, it would print error info without color, unless I add--color
to scripts inpackage.json
However, it's really verbose... Any other solutions for that?
Beta Was this translation helpful? Give feedback.
All reactions