File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
testsuite/ada_lsp/implementation.aggregates Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3305,8 +3305,10 @@ package body LSP.Ada_Handlers is
33053305 Location_Text := LSP.Lal_Utils.Node_Location_Image (Decl);
33063306
33073307 if Self.Project_Tree.Root_Project.Kind in GPR2.Aggregate_Kind then
3308- Location_Text.Append (" in project " );
3308+ Location_Text.Append (VSS.Characters.Latin.Line_Feed);
3309+ Location_Text.Append (" As defined in project " );
33093310 Location_Text.Append (C.Id);
3311+ Location_Text.Append (" (other projects skipped)." );
33103312 end if ;
33113313
33123314 Response.result.Value.contents.Vector.Append
Original file line number Diff line number Diff line change 239239 "value" : " function Common_Fun return Integer" ,
240240 "language" : " ada"
241241 },
242- " at common_pack.ads (4:4) in project p"
242+ " at common_pack.ads (4:4)\n As defined in project p (other projects skipped). "
243243 ]
244244 }
245245 }
271271 "value" : " function Common_Fun return Integer" ,
272272 "language" : " ada"
273273 },
274- " at common_pack.ads (4:4) in project p"
274+ " at common_pack.ads (4:4)\n As defined in project p (other projects skipped). "
275275 ]
276276 }
277277 }
You can’t perform that action at this time.
0 commit comments