You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,23 @@
2
2
3
3
## master
4
4
5
+
## 1.2.0
6
+
5
7
** Improvements: **
6
8
7
9
- Upgrade to `[email protected]` (see changes [here](https://github.com/rescript-lang/rescript-vscode/blob/1.0.4/HISTORY.md#104))
8
10
- Add proper monorepo support (`e.g. yarn workspaces`)
9
-
- Detects `bsb` / `bsc` correctly for each buffer separately.
11
+
- Detects `bsb` / `bsc` correctly for each file separately and finds the right (sub-)project context
10
12
- Heuristic for detecting the binaries: For the current file, find the nearest `node_modules/bs-platform` folder for the binaries
11
13
- Adds an `augroup RescriptAutoProjectEnv` that sets the environment on every `.res` / `.resi` related read / write / new file event
12
14
- Will also update the environment on each `format` and `build` call to make it sync up for all non-rescript buffers
13
15
- On each env update, it updates the local working directory to the updated project root path as well
16
+
- Add new commands `:RescriptBuildWorld` and `:RescriptCleanWorld` for cleaning / building all sources + dependencies
17
+
18
+
** Bugfixes **
19
+
14
20
- Fixes issue with long template strings breaking the syntax highlighting
15
21
- Fixes an issue where `:RescriptBuild` would fail in non-rescript buffers due to a wrongly scoped script variable (was buffer only)
16
-
- Add new commands `:RescriptBuildWorld` and `:RescriptCleanWorld` for cleaning / building all sources + dependencies
You can also pin your installation to specific tags:
55
+
You can also pin your installation to specific tags (check our releases [here](https://github.com/rescript-lang/vim-rescript/releases)):
0 commit comments