From 3b34e42f7fe4ab2947ae15e78e3e9b0ff5dc7639 Mon Sep 17 00:00:00 2001 From: Iwan Date: Sun, 22 Nov 2020 09:29:02 +0100 Subject: [PATCH] Bump bs-platform version prerequisite and update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c58ef03c6..95f048134 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The official VSCode plugin for ReScript. ## Prerequisite -`bs-platform 8.2.0` installed locally in your project. +`bs-platform 8.3.3` installed locally in your project. ## Installation @@ -19,11 +19,11 @@ The plugin activates on `.res` and `.resi` files. If you've already got Reason-L - Currently requires the file to be part of a ReScript project, i.e. with a `bsconfig.json`. - Cannot be a temporary file - Syntax errors diagnosis (only after formatting). - -### Upcoming Features - Built-in bsb watcher (optional, and exposed explicitly as a pop-up; no worries of dangling build) - Type diagnosis - Jump to location + +### Upcoming Features - Formatting of temporary files - Formatting of files outside of a ReScript project root