File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The official VSCode plugin for ReScript.
4
4
5
5
## Prerequisite
6
6
7
- ` bs-platform 8.2.0 ` installed locally in your project.
7
+ ` bs-platform 8.3.3 ` installed locally in your project.
8
8
9
9
## Installation
10
10
@@ -19,11 +19,11 @@ The plugin activates on `.res` and `.resi` files. If you've already got Reason-L
19
19
- Currently requires the file to be part of a ReScript project, i.e. with a ` bsconfig.json ` .
20
20
- Cannot be a temporary file
21
21
- Syntax errors diagnosis (only after formatting).
22
-
23
- ### Upcoming Features
24
22
- Built-in bsb watcher (optional, and exposed explicitly as a pop-up; no worries of dangling build)
25
23
- Type diagnosis
26
24
- Jump to location
25
+
26
+ ### Upcoming Features
27
27
- Formatting of temporary files
28
28
- Formatting of files outside of a ReScript project root
29
29
You can’t perform that action at this time.
0 commit comments