Skip to content

Commit 9b68b92

Browse files
committed
fix: Remove invalid JSON commas
1 parent 0ca9e1c commit 9b68b92

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extension.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"activationEvents": [
2929
"onLanguage:ruby",
30-
"onWorkspaceContains:*.rb",
30+
"onWorkspaceContains:*.rb"
3131
],
3232
"breakpoints": [{ "syntax": "ruby" }],
3333
"debugAdapters": {
@@ -86,13 +86,13 @@
8686
"type": "path",
8787
"title": "Debugger Path",
8888
"description": "Location of the rdbg executable. If not specified the task will try to find it by running \"which rdbg\".",
89-
"placeholder": "rdgb",
89+
"placeholder": "rdgb"
9090
},
9191
{
9292
"key": "ruby.debug.customArgs",
9393
"type": "stringArray",
9494
"title": "Arguments",
95-
"description": "Command line arguments passed to the program.",
95+
"description": "Command line arguments passed to the program."
9696
},
9797
{
9898
"key": "ruby.debug.env",

0 commit comments

Comments
 (0)