Open matifali opened 5 days ago
You should be able to pass ide_path_on_host
to point to an existing backend.
How does it work alongside ide_download_url
? Which one takes precedence? Do we have docs?
If not I would like to document this behavior
I think it is not documented. 🤔 I believe we prefer the path if both are set.
Thank you. I will document this behavior.
To make connections fast, a user can download the IDE backend into their workspace image. Can we support specifying the path of the backend to be used by the gateway to establish the connection?
We currently support specifying versions and downlod_url that downloads the given version from the internet if it does not exist on a default location.
Related upstream issue(s):