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.

16 lines
442 B

  1. {
  2. "tasks": [
  3. {
  4. "type": "shell",
  5. "label": "PKILL: /bin/dev",
  6. "command": "kill -9 $(ss -tlnp | grep 3000 | grep -oP \"pid=\\K(\\d+)\" | head -n1)",
  7. "detail": "Pkill previous Rails server",
  8. "presentation": {
  9. "showReuseMessage": false,
  10. "reveal": "silent",
  11. "close": true
  12. }
  13. }
  14. ],
  15. "version": "2.0.0"
  16. }