OmniSharp / omnisharp-emacs

Troll coworkers - use Emacs at work for csharp!
GNU General Public License v3.0
514 stars 94 forks source link

Linux arm server install #482

Closed lafleurh closed 5 years ago

lafleurh commented 5 years ago

Added logic to check the processor architecture of Emacs and only pull the x64 Omnisharp server if Emacs is an Intel architecture (x86/x64) on Linux. Otherwise, it will use Mono (Android and Raspberry Pi). This does not fix the proot problem because that is an issue with the core Emacs filesystem functions unrelated to Omnisharp-Emacs.

razzmatazz commented 5 years ago

Thanks @lafleurh , looks good.