Debugging Electron-Atom script with Visual Studio Code
问题 Does Electron run on Visual Studio Code ? If yes, how to setup a simple environment where I can write/webug Atom Electron script using Visual Studio Code ? For example I with this Test.js script; var app = require('app'); process.on('uncaughtException', function(error) { console.error("ERROR Exception => " + error.stack); }) app.on('ready', function() { console.log('ready!'); aksjdflkasjdf(); // Caught Exception }) For Visual Studio Code there is an launch.json configuration file but I don't