File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
33## master
4- ** Bugfixes**
4+
5+ ## 1.3.0
6+
7+ ** Improvements:**
8+
9+ - Upgrade to ` rescript-vscode@1.6.0 ` (see changes [ here] ( https://github.com/rescript-lang/rescript-vscode/blob/master/CHANGELOG.md#106 )
10+ - Improved type-hinting, and better Windows support for our LSP service
11+
12+ ** Bugfixes:**
513
614- Fix a syntax error in autocmd file pattern which caused weird error on buffer reload
715- Fix highlighting of nested multiline comments
816
917## 1.2.0
1018
11- ** Improvements: **
19+ ** Improvements:**
1220
1321- Upgrade to ` rescript-vscode@1.4.0 ` (see changes [ here] ( https://github.com/rescript-lang/rescript-vscode/blob/1.0.4/HISTORY.md#104 ) )
1422- Add proper monorepo support (` e.g. yarn workspaces ` )
1927 - On each env update, it updates the local working directory to the updated project root path as well
2028- Add new commands ` :RescriptBuildWorld ` and ` :RescriptCleanWorld ` for cleaning / building all sources + dependencies
2129
22- ** Bugfixes **
30+ ** Bugfixes: **
2331
2432- Fixes issue with long template strings breaking the syntax highlighting
2533- Fixes an issue where ` :RescriptBuild ` would fail in non-rescript buffers due to a wrongly scoped script variable (was buffer only)
You can’t perform that action at this time.
0 commit comments