You've already forked ada_language_server
mirror of
https://github.com/AdaCore/ada_language_server.git
synced 2026-02-12 12:45:50 -08:00
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Nicolas Setton <setton@adacore.com>
This commit is contained in:
@@ -171,7 +171,7 @@ package body LSP.Ada_Project_Loading is
|
||||
begin
|
||||
for Msg of GPR2_Messages loop
|
||||
-- Display a diagnostic only if we are dealing with an error or
|
||||
-- a warning, with a non-empty message attacged to it.
|
||||
-- a warning, with a non-empty message attached to it.
|
||||
if Msg.Level in GPR2.Message.Warning .. GPR2.Message.Error
|
||||
and then Msg.Message /= ""
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user