|
3663 | 3663 | }, |
3664 | 3664 | "default": [] |
3665 | 3665 | }, |
3666 | | - "type": { |
3667 | | - "type": "string", |
3668 | | - "description": "%c_cpp.debuggers.cppdbg.type.description%", |
3669 | | - "default": "cppdbg" |
3670 | | - }, |
3671 | 3666 | "targetArchitecture": { |
3672 | 3667 | "type": "string", |
3673 | 3668 | "description": "%c_cpp.debuggers.targetArchitecture.description%", |
|
4610 | 4605 | "description": "%c_cpp.debuggers.program.description%", |
4611 | 4606 | "default": "${workspaceFolder}/a.out" |
4612 | 4607 | }, |
4613 | | - "type": { |
4614 | | - "type": "string", |
4615 | | - "description": "%c_cpp.debuggers.cppdbg.type.description%", |
4616 | | - "default": "cppdbg" |
4617 | | - }, |
4618 | 4608 | "targetArchitecture": { |
4619 | 4609 | "type": "string", |
4620 | 4610 | "description": "%c_cpp.debuggers.targetArchitecture.description%", |
|
5423 | 5413 | }, |
5424 | 5414 | "default": [] |
5425 | 5415 | }, |
5426 | | - "type": { |
5427 | | - "type": "string", |
5428 | | - "description": "%c_cpp.debuggers.cppvsdbg.type.description%", |
5429 | | - "default": "cppvsdbg" |
5430 | | - }, |
5431 | 5416 | "cwd": { |
5432 | 5417 | "type": "string", |
5433 | 5418 | "description": "%c_cpp.debuggers.cwd.description%", |
|
5642 | 5627 | "description": "%c_cpp.debuggers.program.description%", |
5643 | 5628 | "default": "${workspaceFolder}/program.exe" |
5644 | 5629 | }, |
5645 | | - "type": { |
5646 | | - "type": "string", |
5647 | | - "description": "%c_cpp.debuggers.cppvsdbg.type.description%", |
5648 | | - "default": "cppvsdbg" |
5649 | | - }, |
5650 | 5630 | "symbolSearchPath": { |
5651 | 5631 | "type": "string", |
5652 | 5632 | "description": "%c_cpp.debuggers.symbolSearchPath.description%", |
|
5825 | 5805 | }, |
5826 | 5806 | "default": [] |
5827 | 5807 | }, |
5828 | | - "type": { |
5829 | | - "type": "string", |
5830 | | - "description": "%c_cpp.debuggers.cpplldb.type.description%", |
5831 | | - "default": "cpplldb" |
5832 | | - }, |
5833 | 5808 | "cwd": { |
5834 | 5809 | "type": "string", |
5835 | 5810 | "description": "%c_cpp.debuggers.cwd.description%", |
5836 | 5811 | "default": "." |
5837 | 5812 | }, |
5838 | 5813 | "debuggerPath": { |
5839 | 5814 | "type": "string", |
5840 | | - "description": "%c_cpp.debuggers.debuggerPath.description%", |
| 5815 | + "description": "%c_cpp.debuggers.cpplldb.debuggerPath.description%", |
5841 | 5816 | "default": "lldb-dap" |
5842 | 5817 | }, |
5843 | 5818 | "debuggerArgs": { |
5844 | 5819 | "type": "string", |
5845 | | - "description": "%c_cpp.debuggers.debuggerArgs.description%", |
| 5820 | + "description": "%c_cpp.debuggers.cpplldb.debuggerArgs.description%", |
5846 | 5821 | "default": "" |
5847 | 5822 | }, |
5848 | 5823 | "environment": { |
|
6484 | 6459 | }, |
6485 | 6460 | "displayExtendedBacktrace": { |
6486 | 6461 | "type": "boolean", |
6487 | | - "description": "Enable language specific extended backtraces.", |
| 6462 | + "description": "%c_cpp.debuggers.cpplldb.displayExtendedBacktrace.description%", |
6488 | 6463 | "default": false |
6489 | 6464 | }, |
6490 | 6465 | "enableSyntheticChildDebugging": { |
|
6499 | 6474 | }, |
6500 | 6475 | "customFrameFormat": { |
6501 | 6476 | "type": "string", |
6502 | | - "description": "%c_cpp.debuggers.cpplldb.customFrameFormat.description%", |
| 6477 | + "markdownDescription": "%c_cpp.debuggers.cpplldb.customFrameFormat.markdownDescription%", |
6503 | 6478 | "default": "" |
6504 | 6479 | }, |
6505 | 6480 | "customThreadFormat": { |
6506 | 6481 | "type": "string", |
6507 | | - "description": "%c_cpp.debuggers.cpplldb.customThreadFormat.description%", |
| 6482 | + "markdownDescription": "%c_cpp.debuggers.cpplldb.customThreadFormat.markdownDescription%", |
6508 | 6483 | "default": "" |
6509 | 6484 | } |
6510 | 6485 | } |
|
6518 | 6493 | "description": "%c_cpp.debuggers.program.description%", |
6519 | 6494 | "default": "${workspaceFolder}/a.out" |
6520 | 6495 | }, |
6521 | | - "type": { |
6522 | | - "type": "string", |
6523 | | - "description": "%c_cpp.debuggers.cpplldb.type.description%", |
6524 | | - "default": "cpplldb" |
6525 | | - }, |
6526 | 6496 | "debuggerPath": { |
6527 | 6497 | "type": "string", |
6528 | | - "description": "%c_cpp.debuggers.debuggerPath.description%", |
| 6498 | + "description": "%c_cpp.debuggers.cpplldb.debuggerPath.description%", |
6529 | 6499 | "default": "lldb-dap" |
6530 | 6500 | }, |
6531 | 6501 | "debuggerArgs": { |
6532 | 6502 | "type": "string", |
6533 | | - "description": "%c_cpp.debuggers.debuggerArgs.description%", |
| 6503 | + "description": "%c_cpp.debuggers.cpplldb.debuggerArgs.description%", |
6534 | 6504 | "default": "" |
6535 | 6505 | }, |
6536 | 6506 | "processId": { |
|
6596 | 6566 | }, |
6597 | 6567 | "waitFor": { |
6598 | 6568 | "type": "boolean", |
6599 | | - "description": "%c_cpp.debuggers.cpplldb.waitFor.description%", |
| 6569 | + "markdownDescription": "%c_cpp.debuggers.cpplldb.waitFor.markdownDescription%", |
6600 | 6570 | "default": true |
6601 | 6571 | }, |
6602 | 6572 | "deploySteps": { |
|
7161 | 7131 | "number", |
7162 | 7132 | "string" |
7163 | 7133 | ], |
7164 | | - "description": "%c_cpp.debuggers.cpplldb.gdbRemotePort.description%" |
| 7134 | + "markdownDescription": "%c_cpp.debuggers.cpplldb.gdbRemotePort.markdownDescription%" |
7165 | 7135 | }, |
7166 | 7136 | "gdb-remote-hostname": { |
7167 | 7137 | "type": "string", |
7168 | | - "description": "%c_cpp.debuggers.cpplldb.gdbRemoteHost.description%" |
| 7138 | + "markdownDescription": "%c_cpp.debuggers.cpplldb.gdbRemoteHost.markdownDescription%" |
7169 | 7139 | }, |
7170 | 7140 | "enableAutoVariableSummaries": { |
7171 | 7141 | "type": "boolean", |
|
7189 | 7159 | }, |
7190 | 7160 | "customFrameFormat": { |
7191 | 7161 | "type": "string", |
7192 | | - "description": "%c_cpp.debuggers.cpplldb.customFrameFormat.description%", |
| 7162 | + "markdownDescription": "%c_cpp.debuggers.cpplldb.customFrameFormat.markdownDescription%", |
7193 | 7163 | "default": "" |
7194 | 7164 | }, |
7195 | 7165 | "customThreadFormat": { |
7196 | 7166 | "type": "string", |
7197 | | - "description": "%c_cpp.debuggers.cpplldb.customThreadFormat.description%", |
| 7167 | + "markdownDescription": "%c_cpp.debuggers.cpplldb.customThreadFormat.markdownDescription%", |
7198 | 7168 | "default": "" |
7199 | 7169 | } |
7200 | 7170 | } |
|
0 commit comments