Open azatsarynnyy opened 1 day ago
@azatsarynnyy FWIW, the Go Runtime
sample has $HOME
set to /opt/app-root/src/
which is not writeable. We encountered something similar for DWO but in our case, we are most likely just going to abort if $HOME is not writeable, which doesn't seem to be the correct solution for this issue (since then, the IDE won't start).
Is your task related to a problem? Please describe
When running a workspace from the
Go Runtime
sample with the JetBrains GoLand IDE, the Dashboard displays the following message:Describe the solution you'd like
We need to fix the problem reported by the GoLand IDE backend process when running from the
Go Runtime
sample:Describe alternatives you've considered
No response
Additional context
No response