Skip to content

Commit

Permalink
Bump version to 7.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Jul 23, 2023
1 parent ca2ab52 commit 7267971
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!)
Expand Down
8 changes: 4 additions & 4 deletions release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1739,5 +1739,5 @@
"type": "git",
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
},
"version": "7.8.2"
}
"version": "7.8.3"
}

0 comments on commit 7267971

Please sign in to comment.