Browse Source

debugger directory defined

pagy
pvincent 10 months ago
parent
commit
808cdc3f31
  1. 3
      .vscode/launch.json

3
.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",
},
]
}
Loading…
Cancel
Save