mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -1,7 +1,7 @@
|
|||||||
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||||
;;; lang/csharp/doctor.el
|
;;; lang/csharp/doctor.el
|
||||||
|
|
||||||
(require 'omnisharp)
|
(when (and (require 'omnisharp nil t) (not (featurep! +lsp)))
|
||||||
(let ((omnisharp-bin (or omnisharp-server-executable-path (omnisharp--server-installation-path t))))
|
(let ((omnisharp-bin (or omnisharp-server-executable-path (omnisharp--server-installation-path t))))
|
||||||
(unless (file-exists-p omnisharp-bin)
|
(unless (file-exists-p omnisharp-bin)
|
||||||
(warn! "Omnisharp server isn't installed, completion won't work")))
|
(warn! "Omnisharp server isn't installed, completion won't work"))))
|
||||||
|
Reference in New Issue
Block a user