Skip to content

Commit

Permalink
Fix config schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed May 29, 2020
1 parent 4c67768 commit f9f16c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,19 +152,16 @@
]
},
"configuration": {
"type": "object",
"title": "LLDB",
"properties": {
"lldb.library": {
"markdownDescription": "Which LLDB library to use.\n\nThis can be either a file path (recommended) or a directory, in which case platform-specific heuristics will be used to locate the actual library file.",
"type": "string",
"default": null,
"scope": "resource"
},
"lldb.libpython": {
"markdownDescription": "Which Python library to use.",
"type": "string",
"default": null,
"scope": "resource"
},
"lldb.adapterEnv": {
Expand Down Expand Up @@ -752,6 +749,9 @@
"description": "Enable reverse debugging (Requires reverse execution support in the debug server, see User's Manual for details).",
"type": "boolean",
"default": false
},
"cargo": {
"type": "object"
}
}
}
Expand Down

0 comments on commit f9f16c5

Please sign in to comment.