Skip to content

Instantly share code, notes, and snippets.

@mikethebeer
Last active April 30, 2020 13:44
Show Gist options
  • Save mikethebeer/06c19c5ad35c9fce572480b4a6bdf93a to your computer and use it in GitHub Desktop.
Save mikethebeer/06c19c5ad35c9fce572480b4a6bdf93a to your computer and use it in GitHub Desktop.
vscode Brave Browser debug
{
"version": "0.2.0",
"configurations": [
{
"name": "Brave",
"type": "chrome",
"request": "launch",
"url": "http://localhost:1100",
"userDataDir": false,
"webRoot": "${workspaceFolder}/app",
"runtimeExecutable": "/usr/bin/brave-browser"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment