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

Commit

Permalink
v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wingrunr21 committed Jun 27, 2019
1 parent e181da1 commit df1b0a4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 0.24.0 - Jun 27 2019

Bug Fixes:

- Path manipulation via correct OS path class [#477](https://github.com/rubyide/vscode-ruby/pull/477)
- Pass `LANG` environment variable to server [#494](https://github.com/rubyide/vscode-ruby/pull/494)
- Add rake task definition to fix customization of auto-detected tasks [#497](https://github.com/rubyide/vscode-ruby/pull/497)
- Fix bug in locate.js [#499](https://github.com/rubyide/vscode-ruby/pull/499)

Documentation:

- Clarify rubocop configuration for 'lint:true' [#492](https://github.com/rubyide/vscode-ruby/pull/492)

### 0.23.0 - Jun 11 2019

Improvements:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ruby",
"displayName": "Ruby",
"version": "0.23.0",
"version": "0.24.0",
"publisher": "rebornix",
"description": "Provides Ruby language and debugging support for Visual Studio Code",
"author": {
Expand Down

0 comments on commit df1b0a4

Please sign in to comment.