Skip to content

Releases: ionide/FsAutoComplete

v0.74.1

07 Sep 19:27
Compare
Choose a tag to compare

v0.74.0

19 Aug 01:47
Compare
Choose a tag to compare

v0.73.2

17 Jun 19:30
Compare
Choose a tag to compare

Changed

v0.73.1

23 May 15:36
Compare
Choose a tag to compare

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

15 May 21:29
Compare
Choose a tag to compare

v0.72.3

v0.72.2

30 Apr 13:05
Compare
Choose a tag to compare

v0.72.1

25 Apr 16:55
Compare
Choose a tag to compare

v0.71.0

07 Mar 23:53
Compare
Choose a tag to compare

v0.70.1

13 Feb 19:13
Compare
Choose a tag to compare