Powiadomienia
Wyczyść wszystko
BugOverflow
1
Wpisy
1
Użytkownicy
0
Reactions
1,489
Widoki
0
19/06/2019 11:42 am
Rozpoczynający temat
any way
1 odpowiedź
0
19/06/2019 11:43 am
Rozpoczynający temat
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!’));