Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,303
Widok
0
19/06/2019 11:42 am
Topic starter
any way
1 Answer
0
19/06/2019 11:43 am
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!’));