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

Commit b8ca057

Browse files
committed
Update CHANGELOG for v0.22.3
1 parent ca78b58 commit b8ca057

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.22.3 - Mar 6 2019
2+
3+
Bug Fixes:
4+
* Support Windows cmd.exe for environment detection. Resolves [#438](https://github.com/rubyide/vscode-ruby/issues/438)
5+
* Buffer `stdout` from lint/format commands. Resolves [#435](https://github.com/rubyide/vscode-ruby/issues/435) and [#443](https://github.com/rubyide/vscode-ruby/issues/443)
6+
17
### 0.22.2 - Feb 24 2019
28

39
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.22.2",
4+
"version": "0.22.3",
55
"publisher": "rebornix",
66
"description": "Provides Ruby language and debugging support for Visual Studio Code",
77
"author": {

0 commit comments

Comments
 (0)