You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
507 B
19 lines
507 B
{
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"label": "ASK_FOR_KILL_RAILS",
|
|
"command": "${workspaceFolder}/bin/may_kill_dev.sh",
|
|
"detail": "ASK before killing the currently running Rails server",
|
|
"presentation": {
|
|
"showReuseMessage": false,
|
|
"reveal": "always",
|
|
"close": true,
|
|
"panel": "dedicated",
|
|
"echo": false
|
|
}
|
|
}
|
|
|
|
],
|
|
"version": "2.0.0"
|
|
}
|