File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
testsuite/ada_lsp/completion.aspects Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ package body LSP.Ada_Completions.Aspects is
53
53
(Prefix => Prefix,
54
54
Result => Result.items);
55
55
end ;
56
+
56
57
elsif Node.Kind in Libadalang.Common.Ada_Aspect_Spec_Range then
57
58
LSP.Predefined_Completion.Get_Aspects
58
59
(Prefix => VSS.Strings.Empty_Virtual_String,
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ with LSP.Ada_Handlers.Refactor.Suppress_Seperate;
58
58
with LSP.Ada_Handlers.Suspend_Executions ;
59
59
with LSP.GNATCOLL_Tracers ;
60
60
with LSP.Memory_Statistics ;
61
+ with LSP.Predefined_Completion ;
61
62
with LSP.Servers ;
62
63
with LSP.Stdio_Streams ;
63
64
@@ -286,7 +287,8 @@ begin
286
287
287
288
if not VSS.Command_Line.Is_Specified (Language_GPR_Option) then
288
289
-- Load predefined completion items
289
- pragma Assert (not VSS.Command_Line.Is_Specified (Language_GPR_Option));
290
+ LSP.Predefined_Completion.Load_Predefined_Completion_Db (Server_Trace);
291
+ Register_Commands;
290
292
end if ;
291
293
292
294
Ada.Text_IO.Set_Output (Ada.Text_IO.Standard_Error);
Original file line number Diff line number Diff line change 1
1
title : ' completion.aspects'
2
- # Skip till 3.17 ready
3
- skip :
4
- - ['XFAIL', 'True']
You can’t perform that action at this time.
0 commit comments