File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -305,12 +305,6 @@ begin
305
305
GNATCOLL.Memory.Configure (Activate_Monitor => True);
306
306
end if ;
307
307
308
- if not VSS.Command_Line.Is_Specified (Language_GPR_Option) then
309
- -- Load predefined completion items
310
- LSP.Predefined_Completion.Load_Predefined_Completion_Db (Server_Trace);
311
- Register_Commands;
312
- end if ;
313
-
314
308
Ada.Text_IO.Set_Output (Ada.Text_IO.Standard_Error);
315
309
-- Protect stdout from pollution by accidental Put_Line calls
316
310
@@ -341,6 +335,10 @@ begin
341
335
else
342
336
Register_Commands;
343
337
338
+ -- Load predefined completion items
339
+ LSP.Predefined_Completion.Load_Predefined_Completion_Db
340
+ (Server_Trace);
341
+
344
342
Server.Run
345
343
(Ada_Handler'Unchecked_Access,
346
344
Tracer'Unchecked_Access,
You can’t perform that action at this time.
0 commit comments