add vs code debug configs
This commit is contained in:
12
.vscode/launch.json
vendored
Normal file
12
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "rdbg",
|
||||
"name": "Debug rails server",
|
||||
"request": "launch",
|
||||
"script": "bin/rails server",
|
||||
"args": [],
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user