Skip to content

Commit 7267971

Browse files
committed
Bump version to 7.8.3
1 parent ca2ab52 commit 7267971

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

release/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 7.8.3 - 22.07.2023
2+
* Updates FSAC to 0.61.1. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.61.1) for more details.
3+
* [Adds Garbage Collector settings](https://github.com/ionide/ionide-vscode-fsharp/pull/1896) (Thanks @TheAngryByrd!)
4+
15
### 7.8.2 - 21.07.2023
26
* Updates FSAC to 0.61.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.61.0) for more details.
37
* [Fixed Inline type hints don't update accurately](https://github.com/ionide/ionide-vscode-fsharp/pull/1894) (Thanks @TheAngryByrd!)

release/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -543,13 +543,13 @@
543543
},
544544
"type": "array"
545545
},
546-
"FSharp.fsac.gc.conserveMemory" : {
546+
"FSharp.fsac.gc.conserveMemory": {
547547
"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.",
548548
"type": "integer",
549549
"minimum": 0,
550550
"maximum": 9
551551
},
552-
"FSharp.fsac.gc.heapCount" : {
552+
"FSharp.fsac.gc.heapCount": {
553553
"default": 2,
554554
"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.",
555555
"type": "integer",
@@ -1739,5 +1739,5 @@
17391739
"type": "git",
17401740
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
17411741
},
1742-
"version": "7.8.2"
1743-
}
1742+
"version": "7.8.3"
1743+
}

0 commit comments

Comments
 (0)