Christopher Pollati
Christopher Pollati
It looks like that there is now a Mac version of [Vulkan](https://vulkan.lunarg.com/sdk/home). From [MoltenVK GitHub page](https://github.com/KhronosGroup/MoltenVK): > The recommended method for developing a Vulkan application for macOS is to use...
Ran `dotnet restore` on the project and restarted Eclipse. If I double click on the NewDotnetProject2.csproj it states: > [Log] [dbug]: OmniSharp.Extensions.LanguageServer.LspRequestRouter > Finding descriptor for textDocument/didClose > [Log] [trce]:...
I tried to update ACute, but it is still coming up as 0.2.0.201809131513.
Versions: * _Mac OS_: 10.13 * _dotnet_: 2.1.302 * _Eclipse_: Photon Release (4.8.0) - Build id: 20180619-1200 * _Java_: 1.8.0_161-b12 * _Mono Framework_: 5.12.0 Is the Omnisharp in .metadata/.plugins/org.eclipse.acute/omnisharp-roslyn somehow...
I've quit and restarted Eclipse, but it's still showing that 0.2.0.20180913151 is the latest and already installed. I will try using the [v1.30.1 omnisharp-roslyn/release](https://github.com/OmniSharp/omnisharp-roslyn/releases/tag/v1.30.1) in metadata/.plugins/org.eclipse.acute/omnisharp-roslyn to see if that...
Using the version of ACute from 20180913 (still not seeing a new version) and I tried v1.30.1 and v1.30.0. First, I quit Eclipse, removed the omnisharp-roslyn folder. I extracted omnisharp-osx.tar.gz,...
> Hi @AmigaAbattoir. I'm interested in trying this out on a Mac also but am a little uncertain about setting up pre-reqs. > > You mentioned you are using >...
Fresh copy of 2018-12, and aCute from http://download.eclipse.org/acute/snapshots. I try importing a project from [MSDN Basic calculator in C#](https://code.msdn.microsoft.com/Basic-calculator-in-C-2b93adee) by using Import Projects from File System or Archive. Go into...
That project was just created and it contains the file. It's contents are: ```xml Exe netcoreapp2.1 ``` dotnet version is 2.1.504 output from `dotnet --info`: ``` .NET Core SDK (reflecting...
So I tried from terminal changing my path with: `PATH=$PATH:/usr/local/share/dotnet/sdk/2.1.504/` and then launching Eclipse from that terminal: `/Applications/Eclipse.app/Contents/MacOS/eclipse` and I got code completion. I still can't just open Eclipse and...