Skip to content

Commit 056474a

Browse files
committed
Changelog
1 parent d1dc096 commit 056474a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
## 1.0.x (unreleased)
2-
- Fix diagnostics when location's not found (advice: use fewer ppxes!). See [#77](https://github.com/rescript-lang/rescript-vscode/issues/77).
3-
- Fix request failing when there's a white space in the project path.
2+
3+
Fixes:
4+
- Diagnostics crashing when a file's range isn't found (advice: use fewer ppxes that cause these bugs!). See [#77](https://github.com/rescript-lang/rescript-vscode/issues/77).
5+
- Weird behaviors when project path contains white space.
6+
- Proper audit of the windows bugs. Windows is now officially first-class!
7+
8+
Syntax colors:
9+
- Highlight operators for default VSCode dark+ theme. This means slightly less diverse highlight for the other themes that previously already highlighted operators.
10+
- Worked with [One Dark Pro](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme) and [Mariana Pro](https://marketplace.visualstudio.com/items?itemName=rickynormandeau.mariana-pro). We now officially recommend these 2 themes, in addition to the existing recommendations in README.
11+
- Highlight deprecated elements using the deprecation scopes.
12+
- JSX bracket highlight fix (still no color; before, some parts were erroneously highlighted).
413

514
## 1.0.5
615

0 commit comments

Comments
 (0)