We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d7029a + 0880cbe commit 540f2c6Copy full SHA for 540f2c6
source/ada/lsp-ada_handlers-project_loading.adb
@@ -401,7 +401,7 @@ package body LSP.Ada_Handlers.Project_Loading is
401
Project_Environment.Build_Path :=
402
GPR2.Path_Name.Create_Directory
403
(GPR2.Path_Name.Create (GPR).Relative_Path
404
- (GPR2.Path_Name.Create (Root_Dir)).Name,
+ (GPR2.Path_Name.Create (Root_Dir)),
405
GPR2.Filename_Type
406
(Project_Environment.Build_Path.Value));
407
end if;
0 commit comments