Releases: ionide/ionide-vscode-fsharp
5.7.2
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
Fix terminal initialization failure introduced in 5.7.0
5.7.0
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
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
BUGFIX: republish 5.5.8 with lockfile additions so that FSAC is actually updated
5.5.8
Update FSAC to version 0.46.7 to get fixes for
RemoveUnusedBinding codefix
UnusedValue codefix
'textDocument/codeAction' parameter values
5.5.7
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
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
Update FSAC to version 0.46.0 get fixes for
fsharp/signature endpoint
analyzer support
2 new codefixes
5.5.4
Update FSAC to get improved semantic token highlighting