mirror of
https://github.com/cupcakearmy/blaze.git
synced 2024-12-22 08:16:26 +00:00
Add launch file
This commit is contained in:
parent
76bf19e6a8
commit
923f999ba1
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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user