mirror of
https://github.com/cupcakearmy/blaze.git
synced 2024-12-22 16:26:26 +00:00
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Chromium",
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"url": "http://localhost:8888",
|
|
"webRoot": "${workspaceRoot}",
|
|
"runtimeExecutable": "/Applications/Chromium.app/Contents/MacOS/chromium"
|
|
}
|
|
]
|
|
} |