From 1f8f802135609225dab9cf68c06c244b94ad8d5b Mon Sep 17 00:00:00 2001 From: JV-conseil Date: Sun, 22 Dec 2024 22:18:02 +0100 Subject: [PATCH] Update tasks.json --- .vscode/tasks.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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",