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.
17 lines
442 B
17 lines
442 B
{
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"label": "PKILL: /bin/dev",
|
|
"command": "kill -9 $(ss -tlnp | grep 3000 | grep -oP \"pid=\\K(\\d+)\" | head -n1)",
|
|
"detail": "Pkill previous Rails server",
|
|
"presentation": {
|
|
"showReuseMessage": false,
|
|
"reveal": "silent",
|
|
"close": true
|
|
}
|
|
}
|
|
|
|
],
|
|
"version": "2.0.0"
|
|
}
|