diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 04f2fb0..8f20e06 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -12,10 +12,15 @@ "isBackground": false, "tasks": [ { - "label": "bundler fix install", + "label": "fix bundler install", "command": "gem uninstall bundler && gem install bundler", "detail": "bundler fix install" }, + { + "label": "kill ruby", + "command": "killall -9 ruby || :", + "detail": "fix port is in use or requires root privileges" + }, { "label": "gem", "command": ".bash/osx/gem.sh",