You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
Remap path to the project file to remote path.
This commit is contained in:
@@ -697,7 +697,8 @@ package body Build_Command_Utils is
|
||||
end if;
|
||||
|
||||
elsif Param = "TP" then
|
||||
return Get_Python_Full_Name (Main_Project.Project_Path);
|
||||
return Get_Python_Full_Name
|
||||
(Main_Project.Project_Path.To_Remote (Get_Nickname (Server)));
|
||||
|
||||
elsif Param = "T" then
|
||||
if Main /= No_File then
|
||||
|
||||
Reference in New Issue
Block a user