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/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
### 7.0.0 - 23.07.2022
2
+
3
+
* Remove custom inlay hints implementation
4
+
* Remove FAKE Targets Outline (it was disabled for a while)
5
+
* Remove F# Literate integration (it was disabled for a while)
6
+
* Remove `Remove File` command from UI
7
+
* Add VSC UI Toolkit and improve UI of FSI Watcher
8
+
* Trust markdown comming from FSAC
9
+
* Small improvements to general command handling (new `when` clauses)
10
+
* Fix: Implement Interface emits members without indentation when user hasn't specified `FSharp.indentationSize`
11
+
* Fix Reference CodeLenses
12
+
* Update to VSCode-LanguageClient 8.0
13
+
* Update to new version of fsgrammar
14
+
* Update FSAC to 0.56.0 to get [these (0.55.0)](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.55.0) and [these changes (0.56.0)](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.56.0)
15
+
1
16
### 6.0.6 - 08.06.2022
2
17
3
18
* Fix the FSI watcher value extraction to not break with the new FSI multi-emit in .NET 6.0.2xx or 6.0.3xx.
0 commit comments