Skip to content

Instantly share code, notes, and snippets.

@misja
Created February 13, 2021 20:41
Show Gist options
  • Save misja/ddee756c39b240a5aebcdaef1a0f8711 to your computer and use it in GitHub Desktop.
Save misja/ddee756c39b240a5aebcdaef1a0f8711 to your computer and use it in GitHub Desktop.
VSCode debug launch configuration
{
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
// "type": "pwa-firefox",
// "type": "pwa-edge",
"request": "launch",
"name": "Launch Workspace",
"file": "${workspaceFolder}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment