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
5353 (Prefix => Prefix,
5454 Result => Result.items);
5555 end ;
56+
5657 elsif Node.Kind in Libadalang.Common.Ada_Aspect_Spec_Range then
5758 LSP.Predefined_Completion.Get_Aspects
5859 (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;
5858with LSP.Ada_Handlers.Suspend_Executions ;
5959with LSP.GNATCOLL_Tracers ;
6060with LSP.Memory_Statistics ;
61+ with LSP.Predefined_Completion ;
6162with LSP.Servers ;
6263with LSP.Stdio_Streams ;
6364
@@ -286,7 +287,8 @@ begin
286287
287288 if not VSS.Command_Line.Is_Specified (Language_GPR_Option) then
288289 -- 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;
290292 end if ;
291293
292294 Ada.Text_IO.Set_Output (Ada.Text_IO.Standard_Error);
Original file line number Diff line number Diff line change 11title : ' 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