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
10 lines
465 B
EmacsLisp
10 lines
465 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/csharp/packages.el
|
|
|
|
(package! csharp-mode :pin "093f0f21a9d04d79a380de145cbc42693ef8c76f")
|
|
(package! csproj-mode :pin "a7f0f4610c976a28c41b9b8299892f88b5d0336c")
|
|
(package! sln-mode :pin "0f91d1b957c7d2a7bab9278ec57b54d57f1dbd9c")
|
|
(when (featurep! +unity)
|
|
(package! shader-mode :pin "d7dc8d0d6fe8914e8b6d5cf2081ad61e6952359c"))
|
|
(when (featurep! +dotnet)
|
|
(package! sharper :pin "08277b6c30568adfbe438c9f2a1d6c3db4b7ebeb"))
|