indexed posts enums
This commit is contained in:
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@@ -7,10 +7,7 @@
|
||||
"request": "launch",
|
||||
"command": "bundle",
|
||||
"script": "exec",
|
||||
"args": [
|
||||
"rails",
|
||||
"server"
|
||||
],
|
||||
"args": ["rails", "server"],
|
||||
"env": {
|
||||
"RUBY_DEBUG_OPEN": "true",
|
||||
"RAILS_ENV": "staging"
|
||||
@@ -19,7 +16,8 @@
|
||||
{
|
||||
"type": "rdbg",
|
||||
"name": "Attach rdbg",
|
||||
"request": "attach"
|
||||
"request": "attach",
|
||||
"debugPort": "/tmp/rdbg-1000/rdbg-492838"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user