Skip to content

Instantly share code, notes, and snippets.

@alternative-rvb
Created September 12, 2020 20:59
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 alternative-rvb/2d076826f01b3cc1132afb7b4da3dbd6 to your computer and use it in GitHub Desktop.
Save alternative-rvb/2d076826f01b3cc1132afb7b4da3dbd6 to your computer and use it in GitHub Desktop.
// 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
// Debugger attach to chrome
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Chrome",
"port": 9222,
"request": "attach",
"type": "pwa-chrome",
"url":"http://127.0.0.1:5500/",
"webRoot": "${workspaceFolder}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment