platform/.vscode/launch.json
2016-12-21 14:40:05 -05:00

14 lines
No EOL
356 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Start Server",
"type": "dart-cli",
"request": "launch",
"cwd": "${workspaceRoot}",
"debugSettings": "${command.debugSettings}",
"program": "${workspaceRoot}/bin/server.dart",
"args": []
}
]
}