Skip to content

Instantly share code, notes, and snippets.

@ananth-iyer
Created February 9, 2019 11:09
Show Gist options
  • Save ananth-iyer/9a39cbfc1c298c2f6f2dadb60d99cd17 to your computer and use it in GitHub Desktop.
Save ananth-iyer/9a39cbfc1c298c2f6f2dadb60d99cd17 to your computer and use it in GitHub Desktop.
Visual Studio Code Debug Configuration for Vue Storefront PWA
{
// 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": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment