Skip to content

Commit 1dc0cb9

Browse files
Fix missing properties in OpenFolderSchema.json.lci
A number of fields in OpenFolderSchema.json were being localized that shouldn't have been. This fixes OpenFolderSchema.json.lci to hopefully fix this.
1 parent 23718f8 commit 1dc0cb9

1 file changed

Lines changed: 85 additions & 4 deletions

File tree

loc/lci/OpenFolderSchema.json.lci

Lines changed: 85 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,15 @@
155155
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
156156
</Cmts>
157157
</Item>
158+
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.definitions.pipeTransportOptions.properties.pipeCmd.type" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
159+
<Str Cat="Text">
160+
<Val><![CDATA[string]]></Val>
161+
</Str>
162+
<Disp Icon="Str" />
163+
<Cmts>
164+
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
165+
</Cmts>
166+
</Item>
158167
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.definitions.pipeTransportOptions.properties.pipeEnv.type" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
159168
<Str Cat="Text">
160169
<Val><![CDATA[object]]></Val>
@@ -221,6 +230,33 @@
221230
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
222231
</Cmts>
223232
</Item>
233+
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.definitions.hardwareBreakpointsOptions.type" ItemType="0" PsrId="306" Leaf="true">
234+
<Str Cat="Text" UsrLk="true">
235+
<Val><![CDATA[object]]></Val>
236+
</Str>
237+
<Disp Icon="Str" />
238+
<Cmts>
239+
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
240+
</Cmts>
241+
</Item>
242+
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.definitions.hardwareBreakpointsOptions.properties.require.type" ItemType="0" PsrId="306" Leaf="true">
243+
<Str Cat="Text" UsrLk="true">
244+
<Val><![CDATA[boolean]]></Val>
245+
</Str>
246+
<Disp Icon="Str" />
247+
<Cmts>
248+
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
249+
</Cmts>
250+
</Item>
251+
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.definitions.hardwareBreakpointsOptions.properties.limit.type" ItemType="0" PsrId="306" Leaf="true">
252+
<Str Cat="Text" UsrLk="true">
253+
<Val><![CDATA[integer]]></Val>
254+
</Str>
255+
<Disp Icon="Str" />
256+
<Cmts>
257+
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
258+
</Cmts>
259+
</Item>
224260
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.MIMode.description" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
225261
<Str Cat="Text">
226262
<Val><![CDATA[Indicates the type of MI-enabled console debugger that the MIDebugEngine will connect to. Allowed values are "gdb" "lldb".]]></Val>
@@ -518,6 +554,24 @@
518554
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
519555
</Cmts>
520556
</Item>
557+
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.useExtendedRemote.type" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
558+
<Str Cat="Text">
559+
<Val><![CDATA[boolean]]></Val>
560+
</Str>
561+
<Disp Icon="Str" />
562+
<Cmts>
563+
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
564+
</Cmts>
565+
</Item>
566+
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.postRemoteConnectCommands.type" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
567+
<Str Cat="Text">
568+
<Val><![CDATA[array]]></Val>
569+
</Str>
570+
<Disp Icon="Str" />
571+
<Cmts>
572+
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
573+
</Cmts>
574+
</Item>
521575
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.pipeTransport.$ref" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
522576
<Str Cat="Text">
523577
<Val><![CDATA[#/definitions/cpp_schema/definitions/pipeTransportOptions]]></Val>
@@ -527,6 +581,33 @@
527581
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
528582
</Cmts>
529583
</Item>
584+
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.stopAtConnect.type" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
585+
<Str Cat="Text">
586+
<Val><![CDATA[boolean]]></Val>
587+
</Str>
588+
<Disp Icon="Str" />
589+
<Cmts>
590+
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
591+
</Cmts>
592+
</Item>
593+
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.hardwareBreakpoints.$ref" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
594+
<Str Cat="Text">
595+
<Val><![CDATA[#/definitions/cpp_schema/definitions/hardwareBreakpointsOptions]]></Val>
596+
</Str>
597+
<Disp Icon="Str" />
598+
<Cmts>
599+
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
600+
</Cmts>
601+
</Item>
602+
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.unknownBreakpointHandling.type" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
603+
<Str Cat="Text">
604+
<Val><![CDATA[string]]></Val>
605+
</Str>
606+
<Disp Icon="Str" />
607+
<Cmts>
608+
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
609+
</Cmts>
610+
</Item>
530611
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.pipeTransport.description" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
531612
<Str Cat="Text">
532613
<Val><![CDATA[When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between Visual Studio and the MI-enabled debugger (such as gdb).]]></Val>
@@ -617,18 +698,18 @@
617698
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
618699
</Cmts>
619700
</Item>
620-
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.sourceFileMap.additionalProperties.anyOf.$ref" ItemType="0" PsrId="306" Leaf="true">
701+
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.sourceFileMap.additionalProperties.anyOf[0].type" ItemType="0" PsrId="306" Leaf="true">
621702
<Str Cat="Text" UsrLk="true">
622-
<Val><![CDATA[#/definitions/cpp_schema/definitions/sourceFileMapOptions]]></Val>
703+
<Val><![CDATA[string]]></Val>
623704
</Str>
624705
<Disp Icon="Str" />
625706
<Cmts>
626707
<Cmt Name="LcxAdmin"><![CDATA[{Locked}]]></Cmt>
627708
</Cmts>
628709
</Item>
629-
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.sourceFileMap.additionalProperties.anyOf.type" ItemType="0" PsrId="306" Leaf="true">
710+
<Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.sourceFileMap.additionalProperties.anyOf[1].$ref" ItemType="0" PsrId="306" Leaf="true">
630711
<Str Cat="Text" UsrLk="true">
631-
<Val><![CDATA[string]]></Val>
712+
<Val><![CDATA[#/definitions/cpp_schema/definitions/sourceFileMapOptions]]></Val>
632713
</Str>
633714
<Disp Icon="Str" />
634715
<Cmts>

0 commit comments

Comments
 (0)