enso/engine/launcher/src
Radosław Waśko 9b2f611402
Relative paths are relative to current project locally and in Cloud (#10660)
- Close #10622
- Changes `project-manager` and `ensoup` launcher to run the engine/language-server with working directory set to the directory containing currently running project.
- If the working directory is _not_ "the directory containing currently running project", a warning is written to logs. This can happen if the raw `/bin/enso` engine runner is used in a different directory.
- In the Cloud, the `File.new` interprets relative paths as cloud paths relative to the Cloud directory containing the current project. Absolute paths are unaffected.
2024-07-31 09:43:17 +00:00
..
main Relative paths are relative to current project locally and in Cloud (#10660) 2024-07-31 09:43:17 +00:00
test Relative paths are relative to current project locally and in Cloud (#10660) 2024-07-31 09:43:17 +00:00