Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
Fixes #1
Fixes #2
  • Loading branch information
usernamehw committed Mar 4, 2019
1 parent dd527fd commit 07ae9c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.5 `04 Mar 2019`

- 📚 Updated README with the information that extension does not contribute any keybindings
- 📚 Updated README with the link on how to open `keybindings.json`

## 0.0.4 `25 Feb 2019`

- ✨ Ability to pass `allowedNumberOfEmptyLines` as `args` in keybindings:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ Example: `"remove-empty-lines.allowedNumberOfEmptyLines": 1,`

![demo_allowed_lines](img/demo_allowed_lines.gif)

# ⚠⚠⚠ Extension doesn't define any keyboard shortcuts

### Pass allowed number of empty lines as arguments in `keybindings.json`
[📚 How to open keybindings.json =======>](https://stackoverflow.com/a/45384050/5590193)

### DEMO: Pass allowed number of empty lines as arguments in `keybindings.json`

```javascript
{
Expand Down

0 comments on commit 07ae9c4

Please sign in to comment.