Tell VSCode to debug test.rb by default [ci-skip]
This commit is contained in:
parent
46298955e4
commit
dc715af53b
Notes:
git
2023-02-10 16:53:25 +00:00
2
misc/.vscode/launch.json
vendored
2
misc/.vscode/launch.json
vendored
@ -6,7 +6,7 @@
|
||||
"name": "Run ruby",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/ruby",
|
||||
"args": ["-e", "p 1"],
|
||||
"args": ["test.rb"],
|
||||
"preLaunchTask": "${defaultBuildTask}"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user