]> git.eshelyaron.com Git - emacs.git/commit
eglot: Allow omnisharp binary to be capitalized "OmniSharp"
authorDamien Cassou <damien@cassou.me>
Thu, 30 Jan 2025 20:44:31 +0000 (21:44 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:11:58 +0000 (12:11 +0100)
commitdd1dbf2d4cf0e1b70b14b46de4539a2502ccb661
tree1c0668a986d5fd36e6d64940fd72a81788a15a98
parent8c608e37f5561ec19597f85b5b51b69c7aedfe16
eglot: Allow omnisharp binary to be capitalized "OmniSharp"

Some distributors (e.g. nixpkgs) provide a binary "OmniSharp" instead of
"omnisharp", which breaks on case-sensitive file-systems.

* lisp/progmodes/eglot.el (eglot-server-programs): Add "OmniSharp" as a
valid binary name to search for.  (Bug#75954)

(cherry picked from commit 87be3aa1491d5016da8ddb2e896720c53d153643)
lisp/progmodes/eglot.el