Skip to content

Commit 803e8a9

Browse files
committed
Fix string issues.
1 parent c5899fa commit 803e8a9

3 files changed

Lines changed: 71 additions & 111 deletions

File tree

Extension/package.json

Lines changed: 12 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3663,11 +3663,6 @@
36633663
},
36643664
"default": []
36653665
},
3666-
"type": {
3667-
"type": "string",
3668-
"description": "%c_cpp.debuggers.cppdbg.type.description%",
3669-
"default": "cppdbg"
3670-
},
36713666
"targetArchitecture": {
36723667
"type": "string",
36733668
"description": "%c_cpp.debuggers.targetArchitecture.description%",
@@ -4610,11 +4605,6 @@
46104605
"description": "%c_cpp.debuggers.program.description%",
46114606
"default": "${workspaceFolder}/a.out"
46124607
},
4613-
"type": {
4614-
"type": "string",
4615-
"description": "%c_cpp.debuggers.cppdbg.type.description%",
4616-
"default": "cppdbg"
4617-
},
46184608
"targetArchitecture": {
46194609
"type": "string",
46204610
"description": "%c_cpp.debuggers.targetArchitecture.description%",
@@ -5423,11 +5413,6 @@
54235413
},
54245414
"default": []
54255415
},
5426-
"type": {
5427-
"type": "string",
5428-
"description": "%c_cpp.debuggers.cppvsdbg.type.description%",
5429-
"default": "cppvsdbg"
5430-
},
54315416
"cwd": {
54325417
"type": "string",
54335418
"description": "%c_cpp.debuggers.cwd.description%",
@@ -5642,11 +5627,6 @@
56425627
"description": "%c_cpp.debuggers.program.description%",
56435628
"default": "${workspaceFolder}/program.exe"
56445629
},
5645-
"type": {
5646-
"type": "string",
5647-
"description": "%c_cpp.debuggers.cppvsdbg.type.description%",
5648-
"default": "cppvsdbg"
5649-
},
56505630
"symbolSearchPath": {
56515631
"type": "string",
56525632
"description": "%c_cpp.debuggers.symbolSearchPath.description%",
@@ -5825,24 +5805,19 @@
58255805
},
58265806
"default": []
58275807
},
5828-
"type": {
5829-
"type": "string",
5830-
"description": "%c_cpp.debuggers.cpplldb.type.description%",
5831-
"default": "cpplldb"
5832-
},
58335808
"cwd": {
58345809
"type": "string",
58355810
"description": "%c_cpp.debuggers.cwd.description%",
58365811
"default": "."
58375812
},
58385813
"debuggerPath": {
58395814
"type": "string",
5840-
"description": "%c_cpp.debuggers.debuggerPath.description%",
5815+
"description": "%c_cpp.debuggers.cpplldb.debuggerPath.description%",
58415816
"default": "lldb-dap"
58425817
},
58435818
"debuggerArgs": {
58445819
"type": "string",
5845-
"description": "%c_cpp.debuggers.debuggerArgs.description%",
5820+
"description": "%c_cpp.debuggers.cpplldb.debuggerArgs.description%",
58465821
"default": ""
58475822
},
58485823
"environment": {
@@ -6484,7 +6459,7 @@
64846459
},
64856460
"displayExtendedBacktrace": {
64866461
"type": "boolean",
6487-
"description": "Enable language specific extended backtraces.",
6462+
"description": "%c_cpp.debuggers.cpplldb.displayExtendedBacktrace.description%",
64886463
"default": false
64896464
},
64906465
"enableSyntheticChildDebugging": {
@@ -6499,12 +6474,12 @@
64996474
},
65006475
"customFrameFormat": {
65016476
"type": "string",
6502-
"description": "%c_cpp.debuggers.cpplldb.customFrameFormat.description%",
6477+
"markdownDescription": "%c_cpp.debuggers.cpplldb.customFrameFormat.markdownDescription%",
65036478
"default": ""
65046479
},
65056480
"customThreadFormat": {
65066481
"type": "string",
6507-
"description": "%c_cpp.debuggers.cpplldb.customThreadFormat.description%",
6482+
"markdownDescription": "%c_cpp.debuggers.cpplldb.customThreadFormat.markdownDescription%",
65086483
"default": ""
65096484
}
65106485
}
@@ -6518,19 +6493,14 @@
65186493
"description": "%c_cpp.debuggers.program.description%",
65196494
"default": "${workspaceFolder}/a.out"
65206495
},
6521-
"type": {
6522-
"type": "string",
6523-
"description": "%c_cpp.debuggers.cpplldb.type.description%",
6524-
"default": "cpplldb"
6525-
},
65266496
"debuggerPath": {
65276497
"type": "string",
6528-
"description": "%c_cpp.debuggers.debuggerPath.description%",
6498+
"description": "%c_cpp.debuggers.cpplldb.debuggerPath.description%",
65296499
"default": "lldb-dap"
65306500
},
65316501
"debuggerArgs": {
65326502
"type": "string",
6533-
"description": "%c_cpp.debuggers.debuggerArgs.description%",
6503+
"description": "%c_cpp.debuggers.cpplldb.debuggerArgs.description%",
65346504
"default": ""
65356505
},
65366506
"processId": {
@@ -6596,7 +6566,7 @@
65966566
},
65976567
"waitFor": {
65986568
"type": "boolean",
6599-
"description": "%c_cpp.debuggers.cpplldb.waitFor.description%",
6569+
"markdownDescription": "%c_cpp.debuggers.cpplldb.waitFor.markdownDescription%",
66006570
"default": true
66016571
},
66026572
"deploySteps": {
@@ -7161,11 +7131,11 @@
71617131
"number",
71627132
"string"
71637133
],
7164-
"description": "%c_cpp.debuggers.cpplldb.gdbRemotePort.description%"
7134+
"markdownDescription": "%c_cpp.debuggers.cpplldb.gdbRemotePort.markdownDescription%"
71657135
},
71667136
"gdb-remote-hostname": {
71677137
"type": "string",
7168-
"description": "%c_cpp.debuggers.cpplldb.gdbRemoteHost.description%"
7138+
"markdownDescription": "%c_cpp.debuggers.cpplldb.gdbRemoteHost.markdownDescription%"
71697139
},
71707140
"enableAutoVariableSummaries": {
71717141
"type": "boolean",
@@ -7189,12 +7159,12 @@
71897159
},
71907160
"customFrameFormat": {
71917161
"type": "string",
7192-
"description": "%c_cpp.debuggers.cpplldb.customFrameFormat.description%",
7162+
"markdownDescription": "%c_cpp.debuggers.cpplldb.customFrameFormat.markdownDescription%",
71937163
"default": ""
71947164
},
71957165
"customThreadFormat": {
71967166
"type": "string",
7197-
"description": "%c_cpp.debuggers.cpplldb.customThreadFormat.description%",
7167+
"markdownDescription": "%c_cpp.debuggers.cpplldb.customThreadFormat.markdownDescription%",
71987168
"default": ""
71997169
}
72007170
}

0 commit comments

Comments
 (0)