Update launch.json
This commit is contained in:
parent
8f491dd63c
commit
075ab0a322
1 changed files with 17 additions and 18 deletions
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
@ -6,14 +6,13 @@
|
||||||
"type": "dart",
|
"type": "dart",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceRoot}/bin/dev.dart",
|
"program": "${workspaceRoot}/bin/dev.dart",
|
||||||
"checkedMode": true
|
"vmAdditionalArgs": ["--observe"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Production Server",
|
"name": "Production Server",
|
||||||
"type": "dart",
|
"type": "dart",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceRoot}/bin/prod.dart",
|
"program": "${workspaceRoot}/bin/prod.dart"
|
||||||
"checkedMode": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue