Skip to content

1.0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 12:33
· 8 commits to main since this release
427d331

Installation

If you're running linux or an intel mac you can:

  • Download the gf-lsp-Linux-x64.gz or gf-lsp-MacOS-x64.gz respectively
  • Unpack it to gf-lsp: gunzip -c gf-lsp-*-x64.gz > gf-lsp
  • make it executable using chmod +x gf-lsp
  • and put it in one of the directories in your $PATH

after that reload your editor to make the lsp extension find the executable.

If you are on a M1 or M2 silicon mac, follow the instructions in the readme for using nix

Changelog

This release uses a newer version of gf-core which has improved error messages:

  • Parse errors now show what was expected instead
  • Some errors which were previously poorly indented and shown as two separate errors are now properly indented and merged