Skip to content

Commit

Permalink
fix: Remove invalid JSON commas
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasongr committed Dec 7, 2022
1 parent 0ca9e1c commit 9b68b92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"activationEvents": [
"onLanguage:ruby",
"onWorkspaceContains:*.rb",
"onWorkspaceContains:*.rb"
],
"breakpoints": [{ "syntax": "ruby" }],
"debugAdapters": {
Expand Down Expand Up @@ -86,13 +86,13 @@
"type": "path",
"title": "Debugger Path",
"description": "Location of the rdbg executable. If not specified the task will try to find it by running \"which rdbg\".",
"placeholder": "rdgb",
"placeholder": "rdgb"
},
{
"key": "ruby.debug.customArgs",
"type": "stringArray",
"title": "Arguments",
"description": "Command line arguments passed to the program.",
"description": "Command line arguments passed to the program."
},
{
"key": "ruby.debug.env",
Expand Down

0 comments on commit 9b68b92

Please sign in to comment.