Skip to content

Instantly share code, notes, and snippets.

@Kraloz
Created September 29, 2021 13:12
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 Kraloz/6c24486593e68dfc8a19672de2483e94 to your computer and use it in GitHub Desktop.
Save Kraloz/6c24486593e68dfc8a19672de2483e94 to your computer and use it in GitHub Desktop.
vscode remote debugging chrome
{
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/app/frontend"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment