Skip to content

2.3.2

Compare
Choose a tag to compare
@inclyc inclyc released this 16 Aug 03:02
· 19 commits to main since this release
2.3.2

What's Changed

New Features

  • nixd/Controller: allow setting initial configuration via CLI by @inclyc in #579
    Add a CLI flag -config used to set initial configuration. For editor clients which does not support workspace configuration, the flag could be used as a fallback.
  • nixd/Controller: handle UTF-16 code units for locations by @inclyc in #580
截屏2024-08-11 00 02 30

Bug Fixes

  • nixd/Controller: report error on textDocument/definition on builtins by @inclyc in #581
  • libnixf: remove sema-escaping-with because it is too pedantic by @inclyc in #582

Other Changes

  • libnixf: remove nixpkgs-fmt by @inclyc in #577
  • nixd: replace nixpkgs-fmt with nixfmt by @sebastienhurtel in #569
    Now nixd will use nixfmt formatter by default.

New Contributors

Full Changelog: 2.3.1...2.3.2