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
354
354
355
355
Named_Template : constant
356
356
VSS.Strings.Templates.Virtual_String_Template :=
357
- " {} => ${{{}:{} : {} {}}, " ;
357
+ " {} => ${{{}:{}{}}, " ;
358
358
Positional_Template : constant
359
359
VSS.Strings.Templates.Virtual_String_Template :=
360
360
" ${{{}:{} : {}{}}, " ;
@@ -366,7 +366,6 @@ package body LSP.Ada_Documents is
366
366
Named_Template.Format
367
367
(LSP.Formatters.Texts.Image (Id.Text),
368
368
VSS.Strings.Formatters.Integers.Image (Idx),
369
- LSP.Formatters.Texts.Image (Id.Text),
370
369
LSP.Formatters.Texts.Image (Mode_Text),
371
370
LSP.Formatters.Texts.Image
372
371
(Param.F_Type_Expr.Text));
Original file line number Diff line number Diff line change 169
169
{
170
170
"label" : " Foo" ,
171
171
"kind" : 3 ,
172
- "sortText" : " 100&1Foo " ,
172
+ "sortText" : " 100&00001Foo " ,
173
173
"insertText" : " Foo (S => ${1:String})$0" ,
174
174
"insertTextFormat" : 2 ,
175
- "additionalTextEdits" : [],
176
175
"detail" : " procedure Foo (S : String)" ,
177
176
"documentation" : " at pack.ads (4:4)"
178
177
},
179
178
{
180
179
"label" : " Foo" ,
181
180
"kind" : 3 ,
182
- "sortText" : " 100&2Foo " ,
181
+ "sortText" : " 100&00002Foo " ,
183
182
"insertText" : " Foo (I => ${1:Integer}, J => ${2:Integer})$0" ,
184
183
"insertTextFormat" : 2 ,
185
- "additionalTextEdits" : [],
186
184
"detail" : " procedure Foo (I : Integer; J : Integer)" ,
187
185
"documentation" : " at pack.ads (3:4)"
188
186
}
You can’t perform that action at this time.
0 commit comments