File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ CALLBACK is the status callback passed by Flycheck."
4848 " A syntax checker for F# using FSharp.AutoComplete.
4949See URL `https://github.com/fsharp/FsAutoComplete' ."
5050 :start #'flycheck-fsharp-fsautocomplete-lint-start
51+ :predicate (lambda () (fsharp-ac-can-make-request t ))
5152 :modes '(fsharp-mode))
5253
5354(defvar flycheck-fsharp--error-callback-info nil )
@@ -63,6 +64,7 @@ CALLBACK is the status callback passed by Flycheck."
6364See URL `https://github.com/fsharp/FsAutoComplete' ."
6465 :start #'flycheck-fsharp-fsautocomplete-start
6566 :modes '(fsharp-mode)
67+ :predicate (lambda () (fsharp-ac-can-make-request t ))
6668 :next-checkers '((info . fsharp-fsautocomplete-lint)))
6769
6870(defun flycheck-fsharp-handle-lint (data )
You can’t perform that action at this time.
0 commit comments