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_NOTES.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
### 7.5.2 - 19.03.2023
2
+
3
+
* Update to FSAC 0.59.4 to get all the delightful new features and fixes. You can check the release notes for [0.59.2](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.59.2), [0.59.3](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.59.3) and [0.59.4](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.59.4) for more details.
4
+
* Update Test Explorer feature to detect more kinds of test cases, and to nest them more reliably. Thanks @kojo12228 for digging into that!
5
+
* Ionide should now support running on the .NET 8 previews, if you have those installed.
6
+
* 'Related files' are now nested underneath their source files. By default this means that .fsi, .fs.js, and .fs.js.map files will be grouped with their matching .fs file in the tree, as will .fsi and .fs files with .fsl files, and .fsi and .fsi files with .fsy files. If you'd like to expand on this, check out the `explorer.fileNesting.patterns` setting! Thanks to @MangelMaxime for the work here!
7
+
* Adding and removing files can now be done on folders, not just files. It can also be done from the Solution Explorer in a more correct way. Thanks again to @MangelMaxime for taking that on!
8
+
* Also relating to file management - if there are errors doing this you'll now see them in a pop up notification, again courtesy of @MangelMaxime. @MangelMaxime for President!
9
+
*@TheAngryByrd added support for for the `FSharp.fsac.cachedTypeCheckCount` property, which you can use to help control how much memory is dedicated to keeping typecheck results around. This defaults to 200, which _should_ be good for small-to-medium sized projects.
10
+
1
11
### 7.5.1 - 26.02.2023
2
12
3
13
Same as 7.5.0, but republished to fix an issue with publishing.
0 commit comments