{ "configurations": [ { "type": "ruby_lsp", "name": "Debug Rails", "request": "launch", "preLaunchTask": "PKILL: /bin/dev", "program": "${workspaceFolder}/bin/rails server --port 3000", }, ] }