Skip to content

Releases: ionide/ionide-vscode-fsharp

7.20.3

19 Jun 14:31
Compare
Choose a tag to compare

Fix regression in FSI argument forwarding

7.20.2

18 Jun 14:27
Compare
Choose a tag to compare

Update to FSAC 0.73.2. This release splits out the settings for FSharp.FSIExtraParameters into two groups:
FSharp.FSIExtraInteractiveParameters, used when actually launching FSI instances in VSCode
FSharp.FSIExtraSharedParameters used when doing IDE analysis of scripts.
Options like --consolecolors would go in FSharp.FSIExtraInteractiveParameters, while options like --debug would go in FSharp.FSIExtraSharedParameters. This should help prevent issues where FSI is launched with options that are not supported by the IDE analysis.
FSAC 0.73.2 also includes fixes for tooltip rendering of optional parameters and generic type parameters.
Bumped the F# textmate grammar to get several really awesome fixes from @brianrourkeboll

7.20.1

17 May 16:05
Compare
Choose a tag to compare

Fixed: The .NET 8 build of FsAutoComplete wasn't being included in the build. Now it is!

7.20.0

16 May 01:28
Compare
Choose a tag to compare

ADDED

  • New flag to enable the F# Compiler's Transparent Compiler mode. Set FSharp.fcs.transparentCompiler.enabled to true to opt into the experimental analysis mode. This mode should be faster than the previous APIs, but may be unstable and may use more memory. As a result, it is still in an experimental mode and must be opted-in to.
  • Update to FSAC 0.73.0. Check out the release notes for more details on that. This update brings more metrics, and a ton of new codefixes around signature files and the F# 8 dot-lambda syntax.

7.19.1

27 Apr 16:00
Compare
Choose a tag to compare

7.18.2

08 Mar 00:07
Compare
Choose a tag to compare

Update to FSAC 0.71.0. Check out the release notes for more details.

7.18.1

13 Feb 20:14
Compare
Choose a tag to compare

Update to FSAC 0.70.1 to fix debugging when projects use Reference Assemblies.

7.18.0

06 Feb 21:56
Compare
Choose a tag to compare

Update to FSAC 0.70.0 to get support for using Reference Assemblies when products have created them.

7.17.0

14 Jan 18:17
Compare
Choose a tag to compare

7.16.1

18 Nov 14:06
Compare
Choose a tag to compare