Skip to content

Releases: ionide/FsAutoComplete

v0.76.1

v0.75.0

Choose a tag to compare

@github-actions github-actions released this 24 Nov 16:12

Added

Removed

  • Support for .NET 6 and .NET 7 SDKs

v0.74.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 19:27

v0.74.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 01:47

v0.73.2

Choose a tag to compare

@github-actions github-actions released this 17 Jun 19:30

Changed

v0.73.1

Choose a tag to compare

@github-actions github-actions released this 23 May 15:36

Added

  • New, explicit FSI settings for editor analysis and FSI invocation (thanks @greggyb!)
    • Before, FSharp.FSIExtraParameters was used for both script analysis in the LSP as well as launching FSI instances in editors. Some FSI options are only intended to be used for direct FSI invocation (see docs for more details) and so break editor analysis. We've introduced two settings to separate these concerns. If the old setting is provided along either of the new options, the old setting will be used but a warning message will be shown in the editor.
      • FSharp.FSIExtraInteractiveParameters is now used for launching FSI instances in editors
      • FSharp.FSIExtraSharedParameters is used for editor analysis
    • An editor should concatenate these together when launching an FSI instance. In a future release, we will be deprecating/removing the FSharp.FSIExtraParameters setting.

Changed

v0.73.0

Choose a tag to compare

@github-actions github-actions released this 15 May 21:29

v0.72.3

v0.72.2

Choose a tag to compare

@github-actions github-actions released this 30 Apr 13:05

v0.72.1

Choose a tag to compare

@github-actions github-actions released this 25 Apr 16:55