Releases: ionide/ionide-vscode-fsharp
7.18.0
Update to FSAC 0.70.0 to get support for using Reference Assemblies when products have created them.
7.17.0
Update to FSAC 0.69.0. Check out the release notes for more details.
Fix Capture (*) inside block comment (thanks @mbottini!)
Fix egregious and unidiomatic equality syntax in the FSI watcher (Thanks @baronfel!)
Analyzers: Update analyzers support to 0.23.0 (thanks @dawedawe!)
7.16.1
7.16.0
Update to FSAC 0.68.0. Check out the release notes for more details. (Includes F# 8 support!)
7.15.2
Update to FSAC 0.67.0. Check out the release notes for more details.
Adds setting for FullNameExternalAutocomplete, Fix PipelineHint localization, Fix sending lines to fsi (Thanks @Tangent-90)
7.15.1
7.15.0
Update to FSAC 0.66.1. Check out the release notes for more details.
Updated the F# syntax grammar to pick up fixes for backticked namespace and module names, let struct syntax highlights, and customer operators/doc comments. (Thanks @dawedawe and @MangelMaxime!)
Added a deprecation message to FSharp.inlayHints.enabled
in favor of editor.inlayHints.enabled
.
7.14.0
Update to FSAC 0.65.0. Check out the release notes for more details.
Don't offer to reference the target project when adding a project reference (Thanks @dawedawe!)
7.13.0
Update to FSAC 0.64.1. Check out the release notes for more details.
Add command to restart language service (Thanks @sheridanchris!)
Test Runner: Xunit theory filter (Thanks @farlee2121!)