Mickael Istria
Mickael Istria
> `Failed to load project file '/Users/abattoir/eclipse-2018-12-aCute-20190302-workspace/NewDotnetProject/NewDotnetProject.csproj'. Is this file existing in the project? Is it a recent version of .NET Core you're using?
Please have a look at https://github.com/Microsoft/msbuild/issues/2532#issuecomment-335794563 as possible workaround, and other comments on the issue that give hints about what can be the root cause (ie why MSBuild cannot properly...
Sorry, i can't help more with such mac-specific issues, especially since you found a reliable workaround.
m2e-apt's code is now included in https://github.com/eclipse-m2e/m2e-core , please consider reporting issue to https://github.com/eclipse-m2e/m2e-core/issues if it's still relevant.
aCute includes OmniSharp as language server that may ship support for Format. Looking into the LSP logs (accessible from preferences) you can see the format serverCapability is set. If not,...
> org.eclipse.acute.omnisharp to LSP4E: [...] "documentFormattingProvider":false,"documentRangeFormattingProvider":false [...] and not dynamic registration is sent later => LS limitation; try newer OmniSharp
Can you check in `Window > Preferences > .NET Core` whether the pat to the `dotnet` executable is correct?
From the screenshot and "Connot run program dotnet", I have the impression it can be that the builder doesn't resolve well to the path where dotnet is installed and configured...
Can you share interesting part of you `eclipse-workspace/.metadata/.log` file?
Thanks. Log shows a lot of `Server file not found. Has Omnisharp server been unpacked in C:\Users\rpremani\eclipse-workspace\.metadata\.plugins\org.eclipse.acute\omnisharp-roslyn ?` Can you please check wheter thiere is something in the specified directory...