Skip to content

Commit 4e688e9

Browse files
committed
Merge branch 'topic/fix' into 'master'
Avoid uninitialized status in ALS job See merge request eng/ide/ada_language_server!1783
2 parents 9a97b74 + 24f7cac commit 4e688e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/ada/lsp-ada_request_jobs.adb

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ package body LSP.Ada_Request_Jobs is
3838
(Client'Unchecked_Access);
3939
begin
4040
Self.Request.Visit_Server_Receiver (R);
41+
Status := LSP.Server_Jobs.Done;
4142
end;
4243
end Execute_Request;
4344

0 commit comments

Comments
 (0)