Skip to content

Commit

Permalink
update fsac version in changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Jun 17, 2024
1 parent 914a9d6 commit 54581dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.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 54581dc

Please sign in to comment.