blaze/.vscode/launch.json
2023-06-22 15:10:43 +02:00

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"
}
]
}