Skip to content

Instantly share code, notes, and snippets.

@rachidify
Last active November 10, 2018 13:58
Show Gist options
  • Save rachidify/81e291a027b70e0768b0dae16fbb19d5 to your computer and use it in GitHub Desktop.
Save rachidify/81e291a027b70e0768b0dae16fbb19d5 to your computer and use it in GitHub Desktop.
.vscode/launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/client",
"runtimeExecutable": "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
"userDataDir": "${workspaceRoot}/.vscode/chrome"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment