Skip to content

Commit

Permalink
Bump version to 7.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Jun 18, 2024
1 parent da70f14 commit 10e7471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### 7.20.2 - 17.06.2024

* Update to FSAC 0.73.1. This release splits out the settings for `FSharp.FSIExtraParameters` into two groups:
* Update to FSAC 0.73.2. This release splits out the settings for `FSharp.FSIExtraParameters` into two groups:
* `FSharp.FSIExtraInteractiveParameters`, used when actually launching FSI instances in VSCode
* `FSharp.FSIExtraSharedParameters` used when doing IDE analysis of scripts.
* Options like `--consolecolors` would go in `FSharp.FSIExtraInteractiveParameters`, while options like `--debug` would go in `FSharp.FSIExtraSharedParameters`. This should help prevent issues where FSI is launched with options that are not supported by the IDE analysis.
* FSAC 0.73.1 also includes fixes for tooltip rendering of optional parameters and generic type parameters.
* FSAC 0.73.2 also includes fixes for tooltip rendering of optional parameters and generic type parameters.
* Bumped the F# textmate grammar to get [several](https://github.com/ionide/ionide-fsgrammar/pull/211) [really](https://github.com/ionide/ionide-fsgrammar/pull/212) [awesome](https://github.com/ionide/ionide-fsgrammar/pull/214) [fixes](https://github.com/ionide/ionide-fsgrammar/pull/215) from @brianrourkeboll

### 7.20.1 - 17.05.2024
Expand Down

0 comments on commit 10e7471

Please sign in to comment.