Skip to content

Releases: ionide/FsAutoComplete

v0.66.1

15 Oct 18:00
Compare
Choose a tag to compare

Changed

  • Fixed a bug in inlay hints generation for constructors and methods that would cause a crash on members with optional or ParamArray parameters.

v0.66.0

15 Oct 16:08
Compare
Choose a tag to compare

Removed

  • The following options have been removed from the LSP. The old CLI options will trigger a warning if present, but will not crash the server (Thanks @TheAngryByrd!)
    • The older, Non-Adaptive LSP implementation (in favor of using the Adaptive LSP server)
    • NamedText (in favor of RoslynSourceText)

Changed

v0.65.0

10 Oct 02:26
Compare
Choose a tag to compare

v0.64.1

06 Oct 01:29
Compare
Choose a tag to compare

v0.64.0

28 Sep 00:30
Compare
Choose a tag to compare

v0.63.1

18 Sep 16:23
Compare
Choose a tag to compare

v0.63.0

07 Sep 02:00
Compare
Choose a tag to compare

v0.62.0

21 Aug 18:05
Compare
Choose a tag to compare

Added

  • A new flag for controlling FSAC's support of ParallelReferenceResolution - fsharp.fsac.parallelReferenceResolution. If true, this allows for more parallelization of the compilation.

Changed

  • Updated Ionide.LanguageServerProtocol to get better LSP 3.17 support
  • Updated to FCS 7.0.400!

Fixed

v0.61.1

23 Jul 01:52
Compare
Choose a tag to compare

v0.61.0

16 Jul 19:13
Compare
Choose a tag to compare