emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.78k stars 884 forks source link

use lsp-install-server to install C# (csharp-roslyn) failed on mac os 14.5, M3 Pro chip #4520

Open sandao opened 2 months ago

sandao commented 2 months ago

Thank you for the bug report

Bug description

Install this language server with M-x lsp-install-server "RET" csharp-roslyn "RET" and got error: LSP :: Server csharp-roslyn install process failed with the following error message: Unsupported platform: darwin (aarch64-apple-darwin23.5.0).

Steps to reproduce

on mac os 14.5, M3 Pro chip; emacs 29.4; use cmd M-x lsp-install-server "RET" csharp-roslyn "RET";

Expected behavior

install csharp-roslyn success;

Which Language Server did you use?

csharp-roslyn

OS

MacOS

Error callstack

No response

Anything else?

No response

kiennq commented 3 weeks ago

Probably be resolved with #4558 as well