You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The official VSCode plugin for ReScript.
6
6
7
7
## Prerequisite
8
8
9
-
You **must** have `bs-platform 8.3.3` installed locally in your project, through the usual [npm installation](https://rescript-lang.org/docs/manual/latest/installation#integrate-into-existing-js-project). Older versions are not guaranteed to work.
9
+
You **must** have `bs-platform >=8.3.3` installed locally in your project, through the usual [npm installation](https://rescript-lang.org/docs/manual/latest/installation#integrate-into-existing-js-project). Older versions are not guaranteed to work.
10
10
11
11
## Recommendation
12
12
@@ -38,9 +38,9 @@ The plugin activates on `.res` and `.resi` files. If you've already got Reason-L
38
38
- Formatting, with caveats:
39
39
- Currently requires the file to be part of a ReScript project, i.e. with a `bsconfig.json`.
40
40
- Cannot be a temporary file.
41
-
-Syntax errors diagnosis (only after formatting).
41
+
-Build diagnostics.
42
42
- Built-in bsb watcher (optional, and exposed explicitly as a pop-up; no worries of dangling build).
0 commit comments