Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
v0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wingrunr21 committed Jan 7, 2021
1 parent ba4377c commit 9f12c66
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
### 0.28.1 - Jan 7 2021

Bug Fixes:

- Downgrade `tree-sitter` and `tree-sitter-ruby` as it was erroring when parsing `<<` syntax [#693](https://github.com/rubyide/vscode-ruby/issues/693)

### 0.28.0 - Jan 5 2021

Improvements:

- when a setBreakpoint requests is received, only respond once [#688](https://github.com/rubyide/vscode-ruby/issues/688)
- when a setBreakpoint request is received, only respond once [#688](https://github.com/rubyide/vscode-ruby/issues/688)
- Support Prettier for Ruby [#690](https://github.com/rubyide/vscode-ruby/issues/690)
- Grammar improvements:
- `:`, `@`, and `$` before `do` [#660](https://github.com/rubyide/vscode-ruby/issues/660)
Expand All @@ -15,7 +21,7 @@ Improvements:

Bug Fixes:

- wrap `documentPath.fsPath` in single quotes to support file paths with spaces [#647](https://github.com/rubyide/vscode-ruby/issues/647)]
- wrap `documentPath.fsPath` in single quotes to support file paths with spaces [#647](https://github.com/rubyide/vscode-ruby/issues/647)
- Drops `known_function_names` matcher in grammar. Resolves [#591](https://github.com/rubyide/vscode-ruby/issues/591)

### 0.27.0 - Feb 23 2020
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server-ruby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "language-server-ruby",
"version": "0.28.0",
"version": "0.28.1",
"description": "Language server for Ruby",
"repository": "https://github.com/rubyide/vscode-ruby",
"author": "Stafford Brunk <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-ruby-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ruby",
"displayName": "Ruby",
"publisher": "rebornix",
"version": "0.28.0",
"version": "0.28.1",
"description": "Ruby language support and debugging for Visual Studio Code",
"main": "dist/client/ruby.js",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"async": "^2.6.1",
"default-shell": "^1.0.1",
"execa": "^2.0.3",
"language-server-ruby": "^0.28.0",
"language-server-ruby": "^0.28.1",
"lodash": "^4.17.15",
"minimatch": "^3.0.4",
"ruby-method-locate": "^0.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-ruby-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-ruby-common",
"version": "0.28.0",
"version": "0.28.1",
"description": "Common utilities for VSCode Ruby",
"main": "src/index.ts",
"repository": "https://github.com/rubyide/vscode-ruby",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-ruby-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-ruby-debugger",
"version": "0.28.0",
"version": "0.28.1",
"description": "Debugger implementation for vscode-ruby",
"main": "src/index.ts",
"repository": "https://github.com/rubyide/vscode-ruby",
Expand Down

0 comments on commit 9f12c66

Please sign in to comment.