Skip to content

Instantly share code, notes, and snippets.

@nacho4d
nacho4d / launch.json
Created August 23, 2016 07:50
.vscode/launch.json for Google Chrome Canary
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch index.html",
"type": "chrome",
"request": "launch",
"file": "${workspaceRoot}/index.html",
"userDataDir": "${workspaceRoot}/out/chrome",
"runtimeExecutable": "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary"