Skip to content

Commit 239deaf

Browse files
authored
get OptionsSchema.json back in sync with package.json (#14523)
* Cleanup from #13654 * Update OptionsSchema for #14108
1 parent 9b81536 commit 239deaf

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Extension/tools/OptionsSchema.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@
192192
},
193193
"SourceFileMapEntry": {
194194
"type": "object",
195-
"description": "%c_cpp.debuggers.sourceFileMap.sourceFileMapEntry.description%",
196195
"default": {
197196
"<source-path>": {
198197
"editorPath": "",
@@ -857,11 +856,6 @@
857856
"program"
858857
],
859858
"properties": {
860-
"program": {
861-
"type": "string",
862-
"description": "%c_cpp.debuggers.program.description%",
863-
"default": "${workspaceRoot}/a.out"
864-
},
865859
"targetArchitecture": {
866860
"type": "string",
867861
"description": "%c_cpp.debuggers.targetArchitecture.description%",
@@ -907,6 +901,10 @@
907901
"description": "%c_cpp.debuggers.useExtendedRemote.description%",
908902
"default": false
909903
},
904+
"program": {
905+
"type": "string",
906+
"markdownDescription": "%c_cpp.debuggers.program.attach.markdownDescription%"
907+
},
910908
"processId": {
911909
"markdownDescription": "%c_cpp.debuggers.processId.anyOf.markdownDescription%",
912910
"anyOf": [
@@ -1124,15 +1122,17 @@
11241122
"CppvsdbgAttachOptions": {
11251123
"type": "object",
11261124
"default": {},
1127-
"required": [
1128-
"processId"
1129-
],
1125+
"required": [],
11301126
"properties": {
11311127
"symbolSearchPath": {
11321128
"type": "string",
11331129
"description": "%c_cpp.debuggers.symbolSearchPath.description%",
11341130
"default": ""
11351131
},
1132+
"program": {
1133+
"type": "string",
1134+
"markdownDescription": "%c_cpp.debuggers.program.attach.markdownDescription%"
1135+
},
11361136
"processId": {
11371137
"markdownDescription": "%c_cpp.debuggers.processId.anyOf.markdownDescription%",
11381138
"anyOf": [

0 commit comments

Comments
 (0)