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 afe4278 commit 6b68e25Copy full SHA for 6b68e25
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 1.32.4
6
+
7
- Fix editor focus condition for interface file keybindings. Previously,
8
keybindings for `ocaml.interface` files were active even when the editor
9
did not have focus due to operator precedence in the when clauses. (#1983)
package.json
@@ -1,7 +1,7 @@
1
{
"name": "ocaml-platform",
"displayName": "OCaml Platform",
- "version": "1.32.3",
+ "version": "1.32.4",
"private": true,
"description": "Official OCaml language extension for VSCode",
"categories": [
0 commit comments