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
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
+
### 0.28.1 - Jan 7 2021
2
+
3
+
Bug Fixes:
4
+
5
+
- Downgrade `tree-sitter` and `tree-sitter-ruby` as it was erroring when parsing `<<` syntax [#693](https://github.com/rubyide/vscode-ruby/issues/693)
6
+
1
7
### 0.28.0 - Jan 5 2021
2
8
3
9
Improvements:
4
10
5
-
- when a setBreakpoint requests is received, only respond once [#688](https://github.com/rubyide/vscode-ruby/issues/688)
11
+
- when a setBreakpoint request is received, only respond once [#688](https://github.com/rubyide/vscode-ruby/issues/688)
6
12
- Support Prettier for Ruby [#690](https://github.com/rubyide/vscode-ruby/issues/690)
7
13
- Grammar improvements:
8
14
-`:`, `@`, and `$` before `do`[#660](https://github.com/rubyide/vscode-ruby/issues/660)
@@ -15,7 +21,7 @@ Improvements:
15
21
16
22
Bug Fixes:
17
23
18
-
- wrap `documentPath.fsPath` in single quotes to support file paths with spaces [#647](https://github.com/rubyide/vscode-ruby/issues/647)]
24
+
- wrap `documentPath.fsPath` in single quotes to support file paths with spaces [#647](https://github.com/rubyide/vscode-ruby/issues/647)
19
25
- Drops `known_function_names` matcher in grammar. Resolves [#591](https://github.com/rubyide/vscode-ruby/issues/591)
0 commit comments