Added possibility to inject 'last_workfile_path' through data

This commit is contained in:
Petr Kalis 2021-09-01 11:54:01 +02:00
parent ee9aef01e1
commit c9c21849b0

View file

@ -43,6 +43,8 @@ class GlobalHostDataHook(PreLaunchHook):
"env": self.launch_context.env, "env": self.launch_context.env,
"last_workfile_path": self.data.get("last_workfile_path"),
"log": self.log "log": self.log
}) })