Skip to content

Commit b0228ce

Browse files
committed
Prepare 1.0.1
1 parent cd6ca0b commit b0228ce

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

HISTORY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.x (Unreleased)
1+
## 1.0.1
22

33
- Fix temp file creation logic.
44

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ The plugin activates on `.res` and `.resi` files. If you've already got Reason-L
1717
- Syntax highlighting (`.res`, `.resi`).
1818
- Formatting, with caveats:
1919
- Currently requires the file to be part of a ReScript project, i.e. with a `bsconfig.json`.
20-
- Cannot be a temporary file
20+
- Cannot be a temporary file.
2121
- Syntax errors diagnosis (only after formatting).
22-
- Built-in bsb watcher (optional, and exposed explicitly as a pop-up; no worries of dangling build)
23-
- Type diagnosis
24-
- Jump to location
22+
- Built-in bsb watcher (optional, and exposed explicitly as a pop-up; no worries of dangling build).
23+
- Type diagnosis.
24+
- Jump to location.
25+
- Autocomplete.
2526

2627
### Upcoming Features
2728

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The official VSCode plugin for ReScript.",
44
"author": "chenglou",
55
"license": "MIT",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/rescript-lang/rescript-vscode"

0 commit comments

Comments
 (0)