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.

18 lines
507 B

8 months ago
8 months ago
  1. {
  2. "tasks": [
  3. {
  4. "type": "shell",
  5. "label": "ASK_FOR_KILL_RAILS",
  6. "command": "${workspaceFolder}/bin/may_kill_dev.sh",
  7. "detail": "ASK before killing the currently running Rails server",
  8. "presentation": {
  9. "showReuseMessage": false,
  10. "reveal": "always",
  11. "close": true,
  12. "panel": "dedicated",
  13. "echo": false
  14. }
  15. }
  16. ],
  17. "version": "2.0.0"
  18. }