We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34dd27 commit 6993276Copy full SHA for 6993276
release/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 6.0.3 - 05.5.2022
2
+
3
+* Remove type hint insertion due to flakiness
4
+* Fixed inlay hint toggle configuration to account for VSCode moving our cheese
5
6
### 6.0.2 - 01.5.2022
7
8
* Type parameter inlay hints can be clicked to apply the parameter annotation
release/package.json
@@ -1648,5 +1648,5 @@
1648
"type": "git",
1649
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
1650
},
1651
- "version": "6.0.2"
+ "version": "6.0.3"
1652
}
0 commit comments