vscode node / npm debugging - the most versatile options

 

The most versatile option for debugging vscode and npm is using the following configuration - I think. Sometimes just got weird stuff like npm.cmd ,....etc.


{
    // Configure your terminal to use bash terminal as the default profile.
    "configurations": [
    {
        "command": "npm run dev",
        "name": "Run npm start",
        "request": "launch",
        "type": "node-terminal"
    }
    ]
}


Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm