Skip to content

Commit 293a508

Browse files
committed
changelog and brief description updates
1 parent 3fa43a8 commit 293a508

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

release/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
### 7.19.0 - 25.04.2024
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+
6+
### 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!)
49
* FIX: [Escape quotes in test filter expressions](https://github.com/ionide/ionide-vscode-fsharp/pull/1999) (Thanks @farlee2121!)

release/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -547,12 +547,12 @@
547547
},
548548
"FSharp.fcs.transparentCompiler.enabled": {
549549
"default": false,
550-
"description": "EXPERIMENTAL: Enables the FSharp Compiler Service's [transparent compiler](https://github.com/dotnet/fsharp/pull/15179) feature. Requires restart.",
550+
"markdownDescription": "EXPERIMENTAL: Enables the FSharp Compiler Service\u0027s [transparent compiler](https://github.com/dotnet/fsharp/pull/15179) feature. Requires restart.",
551551
"type": "boolean"
552552
},
553553
"FSharp.fsac.attachDebugger": {
554554
"default": false,
555-
"description": "Appends the \u0027--attachdebugger\u0027 argument to fsac, this will allow you to attach a debugger.",
555+
"markdownDescription": "Appends the `--attachdebugger` argument to fsac, this will allow you to attach a debugger.",
556556
"type": "boolean"
557557
},
558558
"FSharp.fsac.cachedTypeCheckCount": {
@@ -576,7 +576,7 @@
576576
},
577577
"FSharp.fsac.fsacArgs": {
578578
"default": [],
579-
"description": "additional CLI arguments to be provided to FSAC itself. Useful for flags that aren\u0027t exposed in the settings or CLI arguments that only exist in custom built versions of FSAC. Requires restart.",
579+
"description": "additional CLI arguments to be provided to FSAC itself. Useful for flags that aren't exposed in the settings or CLI arguments that only exist in custom built versions of FSAC. Requires restart.",
580580
"items": {
581581
"type": "string"
582582
},
@@ -1808,5 +1808,5 @@
18081808
"type": "git",
18091809
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
18101810
},
1811-
"version": "7.19.1"
1812-
}
1811+
"version": "7.20.0"
1812+
}

0 commit comments

Comments
 (0)