Mickael Istria
Mickael Istria
Ok thanks. > This includes [...] All those are covered by the Language Server Protocol already. So couldn't "build" be an action (or a namespace of actions) provided directly in...
Seems like a duplicate of #1416.
Here is a Dockerfile I've used ``` Dockerfile FROM fedora:23 RUN dnf install -y --setopt=tsflags=nodocs libunwind libicu curl tar RUN curl -sSL -o /opt/dotnet.tar.gz https://go.microsoft.com/fwlink/?LinkID=816869 RUN mkdir -p /opt/dotnet RUN...
A Dockerfile is available at https://github.com/eclipse/che-dockerfiles/blob/master/recipes/centos_dotnet20/Dockerfile
cc @CsCherrYY , what do you think?
also ping @badsyntax ;)
> As far as I know, the eclipse.jdt.ls is using Buildship to import Gradle projects without Eclipse UI components Indeed it does, but it's "only" the parts about configuring the...
FWIW, some Eclipse projects are progressively making Java 17 a requirement (Corrosion already does, ShellWax might do it within a few hours/days, TM4E within a few weeks...), so the workaround...
Same here while trying to update to newer OmniSharp ``` $ mono /home/mistria/git/aCute/org.eclipse.acute.omnisharpServer/server/omnisharp-node-client-issue-377/omnisharp-mono/OmniSharp.exe OmniSharp: System.MissingMethodException: Method 'AppContext.get_BaseDirectory' not found. at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&) at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters)...
This is most likely caused because environment uses a too old version of mono compared to what OmniSharp requires. Ideally, OmniSharp should check the mono version and report a more...