Skip to content

Commit 2a40d06

Browse files
committed
Update Changelog and README
1 parent d2a2786 commit 2a40d06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
** Improvements: **
66

7+
- Upgrade to `[email protected]` (see changes [here](https://github.com/rescript-lang/rescript-vscode/blob/1.0.4/HISTORY.md#104))
78
- Add proper monorepo support (`e.g. yarn workspaces`)
89
- Detects `bsb` / `bsc` correctly for each buffer separately.
910
- Heuristic for detecting the binaries: For the current file, find the nearest `node_modules/bs-platform` folder for the binaries

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
- Building the current projec w/ build diagnostics in VIM quickfix
2626
- Autocompletion w/ Vim's omnicomplete
2727

28-
2928
**Monorepo support:**
3029

3130
The vim-rescript plugin automatically updates its project environment on each file open separately.
3231
- Tested for yarn workspaces (see [./examples/monorepo-yarn-workspaces])
32+
- **Note for non-LSP usage:** Always make sure to switch to a `.res` file **within the project you want to compile** before running `:RescriptBuild` etc.
3333

3434
See `:h rescript` for the detailed [helpfile](./doc/rescript.txt).
3535

0 commit comments

Comments
 (0)