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

Commit df1b0a4

Browse files
committed
v0.24.0
1 parent e181da1 commit df1b0a4

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 0.24.0 - Jun 27 2019
2+
3+
Bug Fixes:
4+
5+
- Path manipulation via correct OS path class [#477](https://github.com/rubyide/vscode-ruby/pull/477)
6+
- Pass `LANG` environment variable to server [#494](https://github.com/rubyide/vscode-ruby/pull/494)
7+
- Add rake task definition to fix customization of auto-detected tasks [#497](https://github.com/rubyide/vscode-ruby/pull/497)
8+
- Fix bug in locate.js [#499](https://github.com/rubyide/vscode-ruby/pull/499)
9+
10+
Documentation:
11+
12+
- Clarify rubocop configuration for 'lint:true' [#492](https://github.com/rubyide/vscode-ruby/pull/492)
13+
114
### 0.23.0 - Jun 11 2019
215

316
Improvements:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ruby",
33
"displayName": "Ruby",
4-
"version": "0.23.0",
4+
"version": "0.24.0",
55
"publisher": "rebornix",
66
"description": "Provides Ruby language and debugging support for Visual Studio Code",
77
"author": {

0 commit comments

Comments
 (0)