Skip to content

Commit 9e63abe

Browse files
committed
Bump version to 7.8.4
1 parent acff11d commit 9e63abe

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

release/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 7.8.4 - 22.07.2023
2+
* [Adds GCNoAffinitize setting](https://github.com/ionide/ionide-vscode-fsharp/pull/1898) (Thanks @TheAngryByrd!)
3+
14
### 7.8.3 - 22.07.2023
25
* Updates FSAC to 0.61.1. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.61.1) for more details.
36
* [Adds Garbage Collector settings](https://github.com/ionide/ionide-vscode-fsharp/pull/1896) (Thanks @TheAngryByrd!)

release/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,9 +557,9 @@
557557
"FSharp.fsac.gc.server"
558558
]
559559
},
560-
"Fsharp.fsac.gc.noAffinitize" : {
561-
"default" : true,
562-
"type" : "boolean",
560+
"Fsharp.fsac.gc.noAffinitize": {
561+
"default": true,
562+
"type": "boolean",
563563
"markdownDescription": "Specifies whether to [affinitize](https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector#affinitize) garbage collection threads with processors. To affinitize a GC thread means that it can only run on its specific CPU.. Applies to server garbage collection only. See [GCNoAffinitize](https://learn.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/gcnoaffinitize-element#remarks) for more details. Requires restart.",
564564
"required": [
565565
"FSharp.fsac.gc.server"
@@ -1747,5 +1747,5 @@
17471747
"type": "git",
17481748
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
17491749
},
1750-
"version": "7.8.3"
1750+
"version": "7.8.4"
17511751
}

0 commit comments

Comments
 (0)