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

Commit 0b3c129

Browse files
committed
Update CHANGELOG for v0.22.2
1 parent 3305dd1 commit 0b3c129

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 0.22.2 - Feb 24 2019
2+
3+
Improvements:
4+
* Reduce plugin size by correctly pruning down to production dependencies in client and server packages
5+
* Upgrade required VSCode engine to `^1.30.0`
6+
7+
Bug Fixes:
8+
* Implement more robust ENV variable processing
9+
* Call default shell directly instead of via `/usr/bin/env` to be more POSIX compliant. Resolves [#433](https://github.com/rubyide/vscode-ruby/issues/433)
10+
* Fix a few selection formatting bugs. Resolves [#434](https://github.com/rubyide/vscode-ruby/issues/434)
11+
* Gracefully handle unsupported linters in settings. Resolves [#437](https://github.com/rubyide/vscode-ruby/issues/437)
12+
113
### 0.22.1 - Feb 21 2019
214

315
Bug Fixes:

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

0 commit comments

Comments
 (0)