Skip to content

Releases: ionide/ionide-vscode-fsharp

7.25.5

07 Mar 03:11
Compare
Choose a tag to compare

Bump to get OpenVSIX deploy working

7.25.4

07 Mar 02:52
Compare
Choose a tag to compare

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

7.25.3

02 Mar 20:13
Compare
Choose a tag to compare

Add exclusion config for parens analyzer from @brianrourkeboll
Update to FSAC 0.77.3. Check out the release notes for more details.

7.25.2

19 Feb 03:10
Compare
Choose a tag to compare

7.25.1

18 Feb 04:25
Compare
Choose a tag to compare

Update to FSAC 0.77.2. Check out the release notes for more details.
Fixes slow builds when using binlogs with Graph based builds

7.25.0

15 Feb 04:00
Compare
Choose a tag to compare

Update to FSAC 0.77.1. Check out the release notes for more details.
This fixes an issue with trying to design time build projects that can't be built
add command to send selection extended to whole line from @yuuuxt

7.24.0

13 Feb 04:58
Compare
Choose a tag to compare

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

7.23.1

12 Feb 14:31
Compare
Choose a tag to compare

7.23.0

09 Feb 23:56
Compare
Choose a tag to compare

7.22.0

24 Nov 17:12
Compare
Choose a tag to compare

Update to FSAC 0.75.0. This release adds support for F# 9 language features and .NET 9 SDKs and tooling.
Removes support for .NET 6 and .NET 7 SDKs and tooling.
Added new configuration for using the DATAS Server GC Mode via the "FSharp.fsac.gc.useDatas" setting. This mode is enabled by default in .NET 9, disabled by default in .NET 8, and mutually exclusive with the pre-existing "Fsharp.fsac.gc.noAffinitize" and "Fsharp.fsac.gc.heapCount" settings.