15 lines
No EOL
398 B
JSON
15 lines
No EOL
398 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": [],
|
|
"preLaunchTask": "pub:serve"
|
|
}
|
|
]
|
|
} |