Last active
April 30, 2020 13:44
-
-
Save mikethebeer/06c19c5ad35c9fce572480b4a6bdf93a to your computer and use it in GitHub Desktop.
vscode Brave Browser debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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