VS Code starts Vue launch.json configuration

{

"version": "0.2.0",
"configurations": [
    {
        "type": "node",
        "request": "launch",
        "name": "Launch Program",
        "program": "${workspaceFolder}/build/webpack.dev.conf.js"
    }
]

}

recently joined the vscode, to develop vue project, but the debugging console has been Waiting for the debugger to disconnect., above the configuration of launch.json, but it does not work, Baidu does not have the answer, ask for divine advice


answer it yourself. https://cn.vuejs.org/v2/cookb.

Menu