Skip to content

Commit

Permalink
changelog and brief description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed May 16, 2024
1 parent 3fa43a8 commit 293a508
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
### 7.19.0 - 25.04.2024
### 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!)
* FIX: [Escape quotes in test filter expressions](https://github.com/ionide/ionide-vscode-fsharp/pull/1999) (Thanks @farlee2121!)
Expand Down
10 changes: 5 additions & 5 deletions release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,12 +547,12 @@
},
"FSharp.fcs.transparentCompiler.enabled": {
"default": false,
"description": "EXPERIMENTAL: Enables the FSharp Compiler Service's [transparent compiler](https://github.com/dotnet/fsharp/pull/15179) feature. Requires restart.",
"markdownDescription": "EXPERIMENTAL: Enables the FSharp Compiler Service\u0027s [transparent compiler](https://github.com/dotnet/fsharp/pull/15179) feature. Requires restart.",
"type": "boolean"
},
"FSharp.fsac.attachDebugger": {
"default": false,
"description": "Appends the \u0027--attachdebugger\u0027 argument to fsac, this will allow you to attach a debugger.",
"markdownDescription": "Appends the `--attachdebugger` argument to fsac, this will allow you to attach a debugger.",
"type": "boolean"
},
"FSharp.fsac.cachedTypeCheckCount": {
Expand All @@ -576,7 +576,7 @@
},
"FSharp.fsac.fsacArgs": {
"default": [],
"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.",
"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.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -1808,5 +1808,5 @@
"type": "git",
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
},
"version": "7.19.1"
}
"version": "7.20.0"
}

0 comments on commit 293a508

Please sign in to comment.