You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
### 7.20.2 - 17.06.2024
2
2
3
-
* Update to FSAC 0.73.1. This release splits out the settings for `FSharp.FSIExtraParameters` into two groups:
3
+
* Update to FSAC 0.73.2. This release splits out the settings for `FSharp.FSIExtraParameters` into two groups:
4
4
*`FSharp.FSIExtraInteractiveParameters`, used when actually launching FSI instances in VSCode
5
5
*`FSharp.FSIExtraSharedParameters` used when doing IDE analysis of scripts.
6
6
* 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.
7
-
* FSAC 0.73.1 also includes fixes for tooltip rendering of optional parameters and generic type parameters.
7
+
* FSAC 0.73.2 also includes fixes for tooltip rendering of optional parameters and generic type parameters.
8
8
* 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
0 commit comments