Skip to content

Commit 3fa43a8

Browse files
committed
release notes for 7.20.0
1 parent 62c23dc commit 3fa43a8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 7.20.0 - 15.05.2024
2+
3+
* 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.
4+
* 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.
5+
16
### 7.19.1 - 25.04.2024
27
* ADDED: [Add config entry for parens analyzer](https://github.com/ionide/ionide-vscode-fsharp/pull/1994) (Thanks! @brianrourkeboll!)
38
* ADDED: [Adds arbitrary additional arguments to be passed to fsac](https://github.com/ionide/ionide-vscode-fsharp/pull/2004) (Thanks @TheAngryByrd!)

paket.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ STORAGE: PACKAGES
241241
RESTRICTION: == netstandard2.0
242242
NUGET
243243
remote: https://api.nuget.org/v3/index.json
244-
fsautocomplete (0.72.1)
244+
fsautocomplete (0.73)

release/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
},
548548
"FSharp.fcs.transparentCompiler.enabled": {
549549
"default": false,
550-
"description": "EXPERIMENTAL: Enables the FSharp Cpmpiler Service's [transparent compiler](https://github.com/dotnet/fsharp/pull/15179) feature. Requires restart.",
550+
"description": "EXPERIMENTAL: Enables the FSharp Compiler Service's [transparent compiler](https://github.com/dotnet/fsharp/pull/15179) feature. Requires restart.",
551551
"type": "boolean"
552552
},
553553
"FSharp.fsac.attachDebugger": {
@@ -1809,4 +1809,4 @@
18091809
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
18101810
},
18111811
"version": "7.19.1"
1812-
}
1812+
}

0 commit comments

Comments
 (0)