How to display JS console log output in Visual Studio Code
Опубликовано: 14 Январь 2023 на канале: Codex Creator
40,711
160
To run console.log in Visual Studio Code, you first need to make sure you have Node.js installed. After that, you need to install the Code Runner extension and you can launch the console by pressing the Run button or by pressing Ctrl+Alt+N.
#vscode