Skip to content

Commit

Permalink
Update tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JV-conseil committed Dec 22, 2024
1 parent cc5a808 commit 1f8f802
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1f8f802

Please sign in to comment.