Roland Grunberg
Roland Grunberg
I think the issue described in this bug was probably fixed in spotify/docker-client@b76fc638 (Issue #223 ). The SocketTimeoutException was being hit when no data was being sent on the socket...
Was this addressed in #2252 (ie. can it be closed) ?
Agreed on this. I was pointing someone to the script and couldn't understand why it was failing. Provided `-data` and problem solved. We should fix this so it may be...
In case anyone is interested. This bug really struck me as weird. Would we really release a script and neglect to mention that one needs to set something as basic...
In python, there should be some library that gives you the system's temporary directory. Maybe https://docs.python.org/3/library/tempfile.html ? So something like `path.join(tempfile.gettempdir(), path.basename(os.getcwd()))` .
> @mfussenegger Where does `-data` usually point at for you? > > If it needs to be outside of one's Java projects, then an OS-agnostic default for `-data` is needed,...
Are people able to verify this works for them ?
The initial ECA complaint was because you need to create an Eclipse account and sign the ECA. However since I think I've replaced all lines in the initial PR, there...
Would it be possible to provide the error log(s) from the launch ? I think `freebsd` is its own `osgi.os` value, which means we would need to build an additional...
What happens if you make the following changes to JDT-LS : ```diff diff --git a/org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target b/org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target index bb6d5ed2..c3199c69 100644 --- a/org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target +++ b/org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target @@ -43,6 +43,7 @@ + - \...