fsharp / emacs-fsharp-mode

F# Emacs mode
Apache License 2.0
206 stars 62 forks source link

FsAutoComplete installation is not working #245

Closed eglyph closed 3 years ago

eglyph commented 3 years ago

Description

Installation of FsAutoComplete from appveyor is not working, possibly because of changes in Appveyor builds.

Repro steps

  1. Install fsharp-mode from melpa
  2. Follow instructions for enabling eglot

Expected behavior

FsAutoComplete installed correctly and eglot-fsharp working as expected.

Actual behavior

A message "Failed to unzip fsautocomplete.zip" is displayed and installation is aborted. The file itself is not a valid zip archive, it's a text file containing a JSON {"message":"Artifact not found or access denied."}

Known workarounds

Manually cloning FsAutoComplete into .emacs.d, building it and copying bin/release_netcore to netcore fixes the problem.

Related information

juergenhoetzel commented 3 years ago

Fixed by #246