Forum

visual studio code:...
 
Notifications
Clear all

visual studio code: enable colors in debug console

1 Posty
1 Users
0 Likes
1,131 Widok
0
Topic starter

any way

1 Answer
0
Topic starter

1. debug console is not real terminal.
2. change launch.json
3. inside configurations add

1
            "console": "integratedTerminal"
            "console": "integratedTerminal"

4. for example install color plugin from terminal ”npm install chalk”
5. test console.log(chalk.blue(’Hello world!’));

Odpowiedź

Author Name

Author Email

Your question *

 
Preview 0 Revisions Saved
Share: