Releases: ionide/ionide-vscode-fsharp
7.25.5
7.25.4
Update to FSAC 0.77.4. Check out the release notes for more details.
7.25.3
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
7.25.1
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
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
Update to FSAC 0.77.0. Check out the release notes for more details.
7.23.1
7.23.0
Update watcher.fsx to support nullness from @isaacabraham
Enable unnecessary parentheses analyzer by default from @brianrourkeboll
Update to FSAC 0.76.2 . Check out the release notes for more details.
7.22.0
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.