OmniSharp / omnisharp-sublime

C# IDE Plugin for Sublime Text 3
http://omnisharp-sublime.readthedocs.org/en/latest/
MIT License
551 stars 64 forks source link

OmniSharp: Server Starting never starts after two errors appear #252

Open MRBeussink opened 5 years ago

MRBeussink commented 5 years ago

Platform

Type

Checklist

Versions

output of mono --version:

Mono JIT compiler version 5.16.0.221 (2018-06/b63e5378e38 Mon Nov 19 18:08:09 EST 2018)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
    TLS:           normal
    SIGSEGV:       altstack
    Notification:  kqueue
    Architecture:  amd64
    Disabled:      none
    Misc:          softdebug
    Interpreter:   yes
    LLVM:          yes(3.6.0svn-mono-release_60/0b3cb8ac12c)
    GC:            sgen (concurrent by default)

output of msbuild /version:

Microsoft (R) Build Engine version 16.0.40-preview+ge6c3a1f9e4 for Mono
Copyright (C) Microsoft Corporation. All rights reserved.

16.0.40.50150

Details

When starting Sublime Text 3 and opening a C# file the following errors appear in succession:

After this the server attempts to start without changing status from "Sever Starting"

I'm new to C#, so anything you can specify to help diagnosing would be appreciated.