You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may also try reproduce the issue using clean environment using the following command: M-x lsp-start-plain
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
The text was updated successfully, but these errors were encountered:
I had this problem and it was caused by lsp-roslyn--get-rid misinterpreting system-configuration; it catches the 64 in aarch64 and returns osx-x64. Overriding lsp-roslyn--get-rid to return osx-arm64 fixed it.
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
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
The text was updated successfully, but these errors were encountered: