start of iteration 2
This commit is contained in:
parent
9fb87a74ce
commit
729ed13521
75 changed files with 705 additions and 170 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
|
@ -10,7 +10,7 @@
|
|||
// "name": "Attach to a debuggee"
|
||||
// },
|
||||
{
|
||||
"type": "rdbg",
|
||||
"type": "ruby_lsp",
|
||||
"name": "Debug server",
|
||||
"request": "attach",
|
||||
"preLaunchTask": "dev"
|
||||
|
|
|
|||
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
|
|
@ -17,6 +17,7 @@
|
|||
"command": "dev",
|
||||
"label": "dev",
|
||||
"isBackground": true,
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue