{
"version": "0.2.0",
"configurations": [{
"name": "Attach to Chrome, with sourcemaps",
"type": "chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}/src",
"url": "http://localhost:4200/*",
"sourceMapPathOverrides": {
"webpack:///*": "/*"
}
}]
}
-
vaibhav-rbs authored
please read : https://github.com/Microsoft/vscode-chrome-debug
4f29fc4b