mirror of
https://github.com/cupcakearmy/blaze.git
synced 2025-12-07 19:55:00 +00:00
Add launch file
This commit is contained in:
13
.vscode/launch.json
vendored
Normal file
13
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Chromium",
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"url": "http://localhost:8888",
|
||||
"webRoot": "${workspaceRoot}",
|
||||
"runtimeExecutable": "/Applications/Chromium.app/Contents/MacOS/chromium"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user