File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 192192 },
193193 "SourceFileMapEntry" : {
194194 "type" : " object" ,
195- "description" : " %c_cpp.debuggers.sourceFileMap.sourceFileMapEntry.description%" ,
196195 "default" : {
197196 "<source-path>" : {
198197 "editorPath" : " " ,
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%" ,
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" : [
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" : [
You can’t perform that action at this time.
0 commit comments