Skip to content

Commit 7ff3f04

Browse files
committed
Bump version to 6.0.2
1 parent fcb2a6d commit 7ff3f04

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

release/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 6.0.2 - 01.5.2022
2+
3+
* Type parameter inlay hints can be clicked to apply the parameter annotation
4+
* Tooltips for inlay hints with instructions and links on how to configure them
5+
* Update FSAC to 0.53.0 to get [these changes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.53.0)
6+
17
### 6.0.1 - 16.4.2022
28

39
* Update FSAC to 0.52.1 to support cross-language project references and .NET SDK workloads

release/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@
538538
"description": "Enables additional code lenses showing number of references of a function or value. Requires background services to be enabled.",
539539
"type": "boolean",
540540
"deprecationMessage": "This setting is deprecated. Use FSharp.codeLenses.references.enabled instead.",
541-
"markdownDeprecationMessage": "This setting is **deprecated**. Use `#FSharp.codeLenses.references.enabled#` instead."
541+
"markdownDeprecationMessage": "This setting is **deprecated**. Use \u0060#FSharp.codeLenses.references.enabled#\u0060 instead."
542542
},
543543
"FSharp.enableTouchBar": {
544544
"default": true,
@@ -649,7 +649,7 @@
649649
"FSharp.inlayHints.disableLongTooltip": {
650650
"default": false,
651651
"description": "Hides the explanatory tooltip that appears on InlayHints to describe the different configuration toggles.",
652-
"type":"boolean"
652+
"type": "boolean"
653653
},
654654
"FSharp.inlayHints.enabled": {
655655
"default": true,
@@ -1648,5 +1648,5 @@
16481648
"type": "git",
16491649
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
16501650
},
1651-
"version": "6.0.1"
1652-
}
1651+
"version": "6.0.2"
1652+
}

0 commit comments

Comments
 (0)