Skip to content

Releases: ionide/ionide-vscode-fsharp

5.5.3

24 Apr 04:09
Compare
Choose a tag to compare

Update FSAC to get improved edge-case detection logic in several endpoints

5.5.2

18 Apr 20:35
Compare
Choose a tag to compare

Update FSAC to get improved logic in textDocument/signatureDate

5.5.1

18 Apr 18:28
Compare
Choose a tag to compare

Update FSAC to fix a regression in textDocument/completions

5.5.0

17 Apr 19:38
Compare
Choose a tag to compare

Update FSAC:
Update Unused Binding CodeFix to handle more cases
Enable faster typechecking when signature files are present for a module
Happens transparently, but is mutually exclusive with analyzers.
Fix the display of units of measure in tooltips (float<m/s> instead of float<MeasureInverse<MeasureProduct<.....>>>)
Much better experience for signature help for function applications and method calls
Update the Generate Abstract Class CodeFix to work for abstract classes that aren't defined in F#

5.4.1

18 Mar 21:02
Compare
Choose a tag to compare

Update FSAC:
performance updates for project cracking
New options
FSharp.enableMSBuildProjectGraph
Enables experimental support for loading workspaces with MsBuild's ProjectGraph. This can improve load times. Requires restart.

5.4.0

03 Mar 21:42
b220e1a
Compare
Choose a tag to compare

Update FSAC:
FCS 39
Improved project cracking for dotnet SDK 5.0.200 and up

5.3.2

06 Feb 21:15
Compare
Choose a tag to compare

Add publishing support for Open VSIX marketplace

5.3.1

06 Feb 20:51
Compare
Choose a tag to compare

Add publishing support for Open VSIX marketplace

5.3.0

05 Feb 02:36
Compare
Choose a tag to compare

Update FSAC:
LSP support for semantic highlighting
improvements to workspace/symbol

5.2.0

13 Jan 17:46
Compare
Choose a tag to compare
  • Update Fable to 3.X
  • Only send FSharpDocumentation request when panel is open
  • Don't start debug if build has failed
  • Solution explorer: Compile order and better support for directories
  • Update FSAC:
    • Improve semantic highlighting
    • Re-enable .binlog generation
    • Add additional path normalization to handle some edge cases in Windows
    • Improve .fsproj mainpulation commands
    • Update ProjInfo to 0.46
    • Add server requests in LSP implementation