Files
deighton-ar/website/.vscode/launch.json
2018-03-26 10:29:35 -07:00

12 lines
190 B
JSON

{
"version": "0.1.0",
"configurations": [
{
"name": "Chrome: Launch",
"type": "chrome",
"request": "launch",
"webRoot": "${workspaceFolder}/src"
},
]
}