Add warning for when the F# Compiler is missing
This commit is contained in:
parent
c0e52ce141
commit
14f1a1e4e4
1 changed files with 4 additions and 0 deletions
4
modules/lang/fsharp/doctor.el
Normal file
4
modules/lang/fsharp/doctor.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;;; lang/fsharp/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (-any #'fsharp-mode--executable-find '("fsharpc" "fsc"))
|
||||
(warn! "Cannot find the F# compiler. Most features will not work."))
|
Loading…
Add table
Add a link
Reference in a new issue