This commit is contained in:
parent
effeef97b8
commit
363dfaa7d3
7 changed files with 23 additions and 6 deletions
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
|
@ -6,8 +6,9 @@
|
|||
"configurations": [
|
||||
{
|
||||
"type": "ruby_lsp",
|
||||
"name": "Attach debugger",
|
||||
"request": "attach"
|
||||
"name": "Debug server",
|
||||
"request": "attach",
|
||||
"preLaunchTask": "dev"
|
||||
},
|
||||
{
|
||||
"type": "ruby_lsp",
|
||||
|
|
|
|||
11
.vscode/tasks.json
vendored
Normal file
11
.vscode/tasks.json
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "shell",
|
||||
"command": "dev",
|
||||
"label": "dev",
|
||||
"isBackground": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue