Skip to content

Releases: ionide/ionide-vscode-fsharp

5.7.2

09 Sep 18:49
Compare
Choose a tag to compare

Update Fable dependencies
Update FSAC to version 0.47.2 to get fixes for
dotnet new template parsing
Don't provide completions or tooltips for string literals of all kinds
this enables better integrations with html/sql/css extensions powered by then Highlight HTML/SQL templates in F# extension.

5.7.1

05 Aug 14:46
Compare
Choose a tag to compare

Fix terminal initialization failure introduced in 5.7.0

5.7.0

05 Aug 02:20
Compare
Choose a tag to compare

Update FSAC to version 0.47.1 to get fixes for
error handling around Fantomas formatting
automatically run FSAC under the .net 6 runtime if the project supports .net 6
either a global.json that declares .Net 6 SDKs, or
no global.json and a latest installed version of .Net 6

5.6.0

27 Jul 19:48
Compare
Choose a tag to compare

Update FSAC to version 0.47.0 to get fixes for
allowing to run on .net 6
'dotnet new' template loading
Fantomas update to 4.5.0
'workspace/applyEdit' data type fixes
remove a bunch of legacy mono config options that were no longer being used

5.5.9

29 Jun 15:06
Compare
Choose a tag to compare

BUGFIX: republish 5.5.8 with lockfile additions so that FSAC is actually updated

5.5.8

29 Jun 14:51
Compare
Choose a tag to compare

Update FSAC to version 0.46.7 to get fixes for
RemoveUnusedBinding codefix
UnusedValue codefix
'textDocument/codeAction' parameter values

5.5.7

21 Jun 20:49
Compare
Choose a tag to compare

Fix parsing of multiple log category filters (thanks @Booksbaum)
Update FSAC to version 0.46.5 to get fixes for
better diagnostics reporting with more error codes and help links

5.5.6

18 Jun 19:44
Compare
Choose a tag to compare

Update FSAC to version 0.46.4 to get fixes for
the 'open namespace' codefix/completion item
the way function-typed parameters are rendered
fantomas updates
fsharplint reenablement

5.5.5

16 May 00:53
Compare
Choose a tag to compare

Update FSAC to version 0.46.0 get fixes for
fsharp/signature endpoint
analyzer support
2 new codefixes

5.5.4

30 Apr 19:11
Compare
Choose a tag to compare

Update FSAC to get improved semantic token highlighting