Skip to content

Commit 84e1bb8

Browse files
Bump version to 7.0.0
1 parent d5dab9b commit 84e1bb8

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

release/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
116
### 6.0.6 - 08.06.2022
217

318
* Fix the FSI watcher value extraction to not break with the new FSI multi-emit in .NET 6.0.2xx or 6.0.3xx.

release/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
{
12371237
"command": "fsharp.explorer.removeFile",
12381238
"group": "1_navigation@4",
1239-
"when": "viewItem == ionide.projectExplorer.file && false"
1239+
"when": "viewItem == ionide.projectExplorer.file \u0026\u0026 false"
12401240
},
12411241
{
12421242
"command": "fsharp.explorer.addAbove",
@@ -1692,5 +1692,5 @@
16921692
"type": "git",
16931693
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
16941694
},
1695-
"version": "6.0.6"
1696-
}
1695+
"version": "7.0.0"
1696+
}

0 commit comments

Comments
 (0)