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 de9df7a commit 349fcc9Copy full SHA for 349fcc9
CHANGELOG.md
@@ -2,13 +2,15 @@
2
3
# Unreleased
4
5
+## 1.13.2
6
+
7
- Indentation level is increased more reliably for `let`, `and`, and their
8
binding operator equivalents (#1237)
9
10
- Disable semantic highlight in reason files to fix highlighting when opening
11
them over ssh (#1231)
12
-# 1.13.1
13
+## 1.13.1
14
15
- Fix highlighting of flags stanza in dune files (#1182)
16
package.json
@@ -1,7 +1,7 @@
1
{
"name": "ocaml-platform",
"displayName": "OCaml Platform",
- "version": "1.13.1",
+ "version": "1.13.2",
"private": true,
"description": "Official OCaml language extension for VSCode",
"categories": [
0 commit comments