flocore/.vscode/launch.json
2018-01-15 16:27:33 -08:00

13 lines
189 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "flocored",
"program": "${workspaceRoot}/bin/flocored"
}
]
}