You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
launch.json
About this tag
The launch.json tag covers discussions about configuring the launch.json file in Visual Studio Code (VSC) for debugging and running code. Common issues include missing Node.js binary paths, incorrect runtimeExecutable settings, and console output not appearing in the terminal. Users often need to adjust configurations for Node.js debugging, set environment variables, or specify program entry points. The tag also includes troubleshooting steps for resolving launch.json errors to ensure proper execution of JavaScript and other languages within the VSC IDE.
So I fjust installed VSC and it led me to an intro video on MSDN (I think). I followed the example and typed out the following four cosnole.log commands. But on running, all I get in the terminal window is the folder path:
console.log("------------------------------");
console.log("Rise and...