Skip to content

Commit

Permalink
Merge pull request #28 from pbdm/master
Browse files Browse the repository at this point in the history
fix xmake.customDebugConfig description
  • Loading branch information
waruqi authored Mar 24, 2020
2 parents a42f076 + b7f2ba0 commit b8fd3d2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,15 +331,14 @@
"default": "default",
"enum": [
"default",
"codelldb",
"custom"
"codelldb"
],
"description": "The Debugging Configuration Type, .e.g default|codelldb|custom"
"description": "The Debugging Configuration Type, .e.g default|codelldb"
},
"xmake.customDebugConfig": {
"type": "object",
"default": {},
"description": "The Custom Debugging Configurations when xmake.debugConfigType is custom"
"description": "The Custom Debugging Configurations"
}
}
}
Expand Down

0 comments on commit b8fd3d2

Please sign in to comment.