Skip to content

Instantly share code, notes, and snippets.

@cassolmc
Created July 16, 2019 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cassolmc/6a1e8ff2793d1b5b174b9e60778ddcac to your computer and use it in GitHub Desktop.
Save cassolmc/6a1e8ff2793d1b5b174b9e60778ddcac to your computer and use it in GitHub Desktop.
Fix breakpoints not hitting visual code
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*"
},
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment