vscode gulp / grunt script running vscode chrome debugger extension
I am new to vscode and grunt / gulp frameworks and I was wondering, if there is a possible way for your task to do some task ( let say transpile some files, minify some images etc. ) and then access vscode and run the chrome debugger ? Any advice how I could accomplish that. It depends on exactly what you mean. It is easy to accomplish the following workflow. Start a task (like browserSync) that watches your file changes and starts a server. Start the chrome debugger extension via a "launch" command in .vscode/launch.json that connects to that same url started in step 1. Something like {