From 726797151b737700b3263eb897cc130d0dd8e4ae Mon Sep 17 00:00:00 2001 From: TheAngryByrd Date: Sun, 23 Jul 2023 02:17:19 +0000 Subject: [PATCH] Bump version to 7.8.3 --- release/CHANGELOG.md | 4 ++++ release/package.json | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index fd60976f..3908c02f 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,3 +1,7 @@ +### 7.8.3 - 22.07.2023 +* Updates FSAC to 0.61.1. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.61.1) for more details. +* [Adds Garbage Collector settings](https://github.com/ionide/ionide-vscode-fsharp/pull/1896) (Thanks @TheAngryByrd!) + ### 7.8.2 - 21.07.2023 * Updates FSAC to 0.61.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.61.0) for more details. * [Fixed Inline type hints don't update accurately](https://github.com/ionide/ionide-vscode-fsharp/pull/1894) (Thanks @TheAngryByrd!) diff --git a/release/package.json b/release/package.json index 78c32f08..21f5008b 100644 --- a/release/package.json +++ b/release/package.json @@ -543,13 +543,13 @@ }, "type": "array" }, - "FSharp.fsac.gc.conserveMemory" : { + "FSharp.fsac.gc.conserveMemory": { "markdownDescription": "Configures the garbage collector to [conserve memory](https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector#conserve-memory) at the expense of more frequent garbage collections and possibly longer pause times. Acceptable values are 0-9. Any non-zero value will allow the [Large Object Heap](https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap) to be compacted automatically if it has too much fragmentation. Requires restart.", "type": "integer", "minimum": 0, "maximum": 9 }, - "FSharp.fsac.gc.heapCount" : { + "FSharp.fsac.gc.heapCount": { "default": 2, "markdownDescription": "Limits the number of [heaps](https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/fundamentals#the-managed-heap) created by the garbage collector. Applies to server garbage collection only. See [Middle Ground between Server and Workstation GC](https://devblogs.microsoft.com/dotnet/middle-ground-between-server-and-workstation-gc/) for more details. This can allow FSAC to still benefit from Server garbage collection while still limiting the number of heaps. Requires restart.", "type": "integer", @@ -1739,5 +1739,5 @@ "type": "git", "url": "https://github.com/ionide/ionide-vscode-fsharp.git" }, - "version": "7.8.2" -} + "version": "7.8.3" +} \ No newline at end of file