diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1193231a..f4f95d5e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +### 7.20.0 - 15.05.2024 + +* ADDED: New flag to enable the F# Compiler's Transparent Compiler mode. Set `FSharp.fcs.transparentCompiler.enabled` to `true` to opt into the experimental analysis mode. This mode should be faster than the previous APIs, but may be unstable and may use more memory. As a result, it is still in an experimental mode and must be opted-in to. +* Update to FSAC 0.73.0. Check out the [release notes](https://github.com/ionide/FsAutoComplete/releases/tag/v0.73.0) for more details on that. This update brings more metrics, and a _ton_ of new codefixes around signature files and the F# 8 dot-lambda syntax. + ### 7.19.1 - 25.04.2024 * ADDED: [Add config entry for parens analyzer](https://github.com/ionide/ionide-vscode-fsharp/pull/1994) (Thanks! @brianrourkeboll!) * ADDED: [Adds arbitrary additional arguments to be passed to fsac](https://github.com/ionide/ionide-vscode-fsharp/pull/2004) (Thanks @TheAngryByrd!) diff --git a/paket.lock b/paket.lock index 38b0a38b..65b72db9 100644 --- a/paket.lock +++ b/paket.lock @@ -241,4 +241,4 @@ STORAGE: PACKAGES RESTRICTION: == netstandard2.0 NUGET remote: https://api.nuget.org/v3/index.json - fsautocomplete (0.72.1) + fsautocomplete (0.73) diff --git a/release/package.json b/release/package.json index 12fdaada..a007408e 100644 --- a/release/package.json +++ b/release/package.json @@ -547,7 +547,7 @@ }, "FSharp.fcs.transparentCompiler.enabled": { "default": false, - "description": "EXPERIMENTAL: Enables the FSharp Cpmpiler Service's [transparent compiler](https://github.com/dotnet/fsharp/pull/15179) feature. Requires restart.", + "description": "EXPERIMENTAL: Enables the FSharp Compiler Service's [transparent compiler](https://github.com/dotnet/fsharp/pull/15179) feature. Requires restart.", "type": "boolean" }, "FSharp.fsac.attachDebugger": { @@ -1809,4 +1809,4 @@ "url": "https://github.com/ionide/ionide-vscode-fsharp.git" }, "version": "7.19.1" -} +} \ No newline at end of file