We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df8e68 commit 7df6bb8Copy full SHA for 7df6bb8
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
# Unreleased
4
5
+## 1.21.0
6
+
7
- Add `ocaml.copy-type-under-cursor` to copy, in the clipboard the type of
8
the expression under the cursor (#1582)
9
- Run ocamllsp -version in workspace dir (#1641)
package.json
@@ -1,7 +1,7 @@
1
{
"name": "ocaml-platform",
"displayName": "OCaml Platform",
- "version": "1.20.1",
+ "version": "1.21.0",
"private": true,
"description": "Official OCaml language extension for VSCode",
"categories": [
0 commit comments