In the Explorer view, locate the .vscode folder (create one if it doesn't exist), and add a launch.json file. This file contains configurations for debugging. Open your Node.js script in the editor, ...