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 40785b4 commit 82f07ddCopy full SHA for 82f07dd
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 1.32.1
6
+
7
- Fix DPM error when invoking `ocamlc --version` without a working directory by
8
providing an explicit cwd. (#1925)
9
- Prefer POSIX-style flags for OCaml compiler (e.g. use `-version` instead of
package.json
@@ -1,7 +1,7 @@
1
{
"name": "ocaml-platform",
"displayName": "OCaml Platform",
- "version": "1.32.0",
+ "version": "1.32.1",
"private": true,
"description": "Official OCaml language extension for VSCode",
"categories": [
0 commit comments