refactor!(csharp): remove omnisharp-emacs

BREAKING CHANGE: omnisharp-emacs is being removed as it is no longer
maintained and was deprecated (see
https://github.com/OmniSharp/omnisharp-emacs) in favor of the
omnisharp-roslyn LSP clients. It also no longer works in Emacs
28 (throwing an error when starting the server). Users need only enable
:lang (csharp +lsp) and install omnisharp-roslyn instead.

The :lang csharp module's README.org was intentionally left un-updated
because of a larger, upcoming documentation update which will reflect
these changes.

Close #5036
This commit is contained in:
Henrik Lissner 2021-09-14 22:38:50 +02:00
parent 69f8f5b242
commit ad7c0876a5
2 changed files with 0 additions and 43 deletions

View file

@ -4,8 +4,6 @@
(package! csharp-mode :pin "093f0f21a9d04d79a380de145cbc42693ef8c76f")
(package! csproj-mode :pin "a7f0f4610c976a28c41b9b8299892f88b5d0336c")
(package! sln-mode :pin "0f91d1b957c7d2a7bab9278ec57b54d57f1dbd9c")
(unless (featurep! +lsp)
(package! omnisharp :pin "5fad6835bee15792774183164dd423ba18cf1e01"))
(when (featurep! +unity)
(package! shader-mode :pin "d7dc8d0d6fe8914e8b6d5cf2081ad61e6952359c"))
(when (featurep! +dotnet)