We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca9e1c commit 9b68b92Copy full SHA for 9b68b92
1 file changed
extension.json
@@ -27,7 +27,7 @@
27
},
28
"activationEvents": [
29
"onLanguage:ruby",
30
- "onWorkspaceContains:*.rb",
+ "onWorkspaceContains:*.rb"
31
],
32
"breakpoints": [{ "syntax": "ruby" }],
33
"debugAdapters": {
@@ -86,13 +86,13 @@
86
"type": "path",
87
"title": "Debugger Path",
88
"description": "Location of the rdbg executable. If not specified the task will try to find it by running \"which rdbg\".",
89
- "placeholder": "rdgb",
+ "placeholder": "rdgb"
90
91
{
92
"key": "ruby.debug.customArgs",
93
"type": "stringArray",
94
"title": "Arguments",
95
- "description": "Command line arguments passed to the program.",
+ "description": "Command line arguments passed to the program."
96
97
98
"key": "ruby.debug.env",
0 commit comments