Releases: ionide/ionide-vscode-fsharp
7.12.5
7.12.4
Update to FSAC 0.64.0. Check out the release notes for more details.
Default to RoslynSourceText (Thanks @TheAngryByrd!)
7.12.3
7.12.2
7.12.1
Update to FSAC 0.63.1. Check out the release notes for more details.
Fix regression of AutoDiscoverTestsOnLoad behavior (Thanks @farlee2121!)
7.12.0
Add a leading space to the default prefix in LineLens.config (Thanks @Numpsy)
Make LineLens.configChangedHandler update the config directly, instead of through a ref (Thanks @Numpsy)
check user provided string for any content before renaming file to it (Thanks @dawedawe!)
Adds Test debugging support (Thanks @farlee2121!)
7.11.0
Update to FSAC 0.63.0. Check out the release notes for more details.
A little cleanup in src/Components (Thanks @dawedawe!)
Reduce Friction Contributing (Thanks @stroborobo!)
Suffix location matching in test explorer (Thanks @farlee2121!)
7.10.0
7.9.0
Updates FSAC to 0.62.0 - bringing the language features and tooling enhancement from the 7.0.400 SDKs to Ionide.
A massive enhancement to the test explorer integration was contributed by @farlee2121! Thank you! This new version uses the dotnet test
listing as the source of truth, and allows go-to-definition.
Update vscode-helpers to have better termination on all platforms.