mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
13 lines
297 B
JSON
13 lines
297 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Launch Hyper",
|
|
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron",
|
|
"program": "${workspaceRoot}/app/index.js",
|
|
"protocol": "inspector"
|
|
}
|
|
]
|
|
}
|