summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2023-02-08 11:00:50 +0000
committerPeter Zhu <peter@peterzhu.ca>2023-02-10 11:53:04 -0500
commitdc715af53b9f7ef1404785f97842fa78ea2662d8 (patch)
tree92215bb4144fe622f70feb3a03d53c1dd6fccf9c /misc
parent46298955e42600eeeffd53dd683961d5f725e253 (diff)
downloadruby-dc715af53b9f7ef1404785f97842fa78ea2662d8.tar.gz
Tell VSCode to debug test.rb by default [ci-skip]
Diffstat (limited to 'misc')
-rw-r--r--misc/.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/.vscode/launch.json b/misc/.vscode/launch.json
index a059155ab2..51bfef09d7 100644
--- a/misc/.vscode/launch.json
+++ b/misc/.vscode/launch.json
@@ -6,7 +6,7 @@
"name": "Run ruby",
"request": "launch",
"program": "${workspaceFolder}/ruby",
- "args": ["-e", "p 1"],
+ "args": ["test.rb"],
"preLaunchTask": "${defaultBuildTask}"
}
]