diff --git a/.vscode/launch.json b/.vscode/launch.json index cf519dc..fbb9a47 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,12 +1,11 @@ { - "version": "0.2.0", "configurations": [ { "type": "ruby_lsp", "name": "Debug Rails", "request": "launch", "preLaunchTask": "PKILL: /bin/dev", - "program": "bin/rails server --port 3000", + "program": "${workspaceFolder}/bin/rails server --port 3000", }, ] } \ No newline at end of file