@@ -129,6 +129,7 @@ package body LSP.Inputs.Part_23 is
129129 ([" uri" ,
130130 " range" ,
131131 " alsKind" ,
132+ " hidden" ,
132133 " originSelectionRange" ,
133134 " targetUri" ,
134135 " targetRange" ,
@@ -179,22 +180,27 @@ package body LSP.Inputs.Part_23 is
179180 (Kind => LSP.Structures.Variant_1,
180181 others => <>);
181182 exit ;
182- when 4 => -- originSelectionRange
183+ when 4 => -- hidden
184+ Value :=
185+ (Kind => LSP.Structures.Variant_1,
186+ others => <>);
187+ exit ;
188+ when 5 => -- originSelectionRange
183189 Value :=
184190 (Kind => LSP.Structures.Variant_2,
185191 others => <>);
186192 exit ;
187- when 5 => -- targetUri
193+ when 6 => -- targetUri
188194 Value :=
189195 (Kind => LSP.Structures.Variant_2,
190196 others => <>);
191197 exit ;
192- when 6 => -- targetRange
198+ when 7 => -- targetRange
193199 Value :=
194200 (Kind => LSP.Structures.Variant_2,
195201 others => <>);
196202 exit ;
197- when 7 => -- targetSelectionRange
203+ when 8 => -- targetSelectionRange
198204 Value :=
199205 (Kind => LSP.Structures.Variant_2,
200206 others => <>);
@@ -849,7 +855,8 @@ package body LSP.Inputs.Part_23 is
849855 package Definition_Result_Map is new Minimal_Perfect_Hash
850856 ([" uri" ,
851857 " range" ,
852- " alsKind" ]);
858+ " alsKind" ,
859+ " hidden" ]);
853860
854861 end Definition_Result_Scope ;
855862
@@ -900,6 +907,11 @@ package body LSP.Inputs.Part_23 is
900907 (Kind => LSP.Structures.Variant_1,
901908 others => <>);
902909 exit ;
910+ when 4 => -- hidden
911+ Value :=
912+ (Kind => LSP.Structures.Variant_1,
913+ others => <>);
914+ exit ;
903915 when others =>
904916 Handler.Skip_Current_Value;
905917 end case ;
0 commit comments