Visual Studio Code
Version 1.10.2
Windows 10
I am currently experimenting with VS Code and would like to debug some basic HTML and JavaScript code.
The instructional video found at http://code.visualstudio.com/docs/introvideos/debugging mentions that 'Debugging ... "just works"', and highlights the fact that "You don't have to do any configuration to get simple files working."
However, I encounter a "select environment" prompt when running a basic HTML file, and receive an error message stating "Cannot find runtime 'node' on PATH." while attempting to run a simple JavaScript file.
Is there something I am missing?
How can I effectively debug using VS Code?
Thanks in advance!