File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
testsuite/ada_lsp/completion.param.threshold Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ package body LSP.Ada_Documents is
354354
355355 Named_Template : constant
356356 VSS.Strings.Templates.Virtual_String_Template :=
357- " {} => ${{{}:{} : {} {}}, " ;
357+ " {} => ${{{}:{}{}}, " ;
358358 Positional_Template : constant
359359 VSS.Strings.Templates.Virtual_String_Template :=
360360 " ${{{}:{} : {}{}}, " ;
@@ -366,7 +366,6 @@ package body LSP.Ada_Documents is
366366 Named_Template.Format
367367 (LSP.Formatters.Texts.Image (Id.Text),
368368 VSS.Strings.Formatters.Integers.Image (Idx),
369- LSP.Formatters.Texts.Image (Id.Text),
370369 LSP.Formatters.Texts.Image (Mode_Text),
371370 LSP.Formatters.Texts.Image
372371 (Param.F_Type_Expr.Text));
Original file line number Diff line number Diff line change 169169 {
170170 "label" : " Foo" ,
171171 "kind" : 3 ,
172- "sortText" : " 100&1Foo " ,
172+ "sortText" : " 100&00001Foo " ,
173173 "insertText" : " Foo (S => ${1:String})$0" ,
174174 "insertTextFormat" : 2 ,
175- "additionalTextEdits" : [],
176175 "detail" : " procedure Foo (S : String)" ,
177176 "documentation" : " at pack.ads (4:4)"
178177 },
179178 {
180179 "label" : " Foo" ,
181180 "kind" : 3 ,
182- "sortText" : " 100&2Foo " ,
181+ "sortText" : " 100&00002Foo " ,
183182 "insertText" : " Foo (I => ${1:Integer}, J => ${2:Integer})$0" ,
184183 "insertTextFormat" : 2 ,
185- "additionalTextEdits" : [],
186184 "detail" : " procedure Foo (I : Integer; J : Integer)" ,
187185 "documentation" : " at pack.ads (3:4)"
188186 }
You can’t perform that action at this time.
0 commit comments