Skip to content

Bump bs-platform version prerequisite and update README.md #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down