Skip to content

Commit

Permalink
Releasing v0.2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Nov 17, 2018
1 parent 7ab0188 commit c611985
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## 0.2.28 (Oct 27, 2018)

* enhancement - Enables 'navigate to last edit' shortcut. See [#131](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/131)
* buf fix - Generating getters/setters/constructors on mac. See [#130](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/130)
* bug fix - Generating getters/setters/constructors on mac. See [#130](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/130)

## 0.2.27 (Oct 1, 2018)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ alt+home | alt+home | Jump to Navigation Bar | ✅

## Installation

1. Install Visual Studio Code 1.26.0 or higher
1. Install Visual Studio Code 1.29.0 or higher
1. Launch Code
1. From the extension view `Ctrl`-`Shift`-`X` (Windows, Linux) or `Cmd`-`Shift`-`X` (macOS)
1. Search and Choose the extension `Intellij IDEA Keybindings`
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.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "intellij-idea-keybindings",
"version": "0.2.28",
"version": "0.2.29",
"publisher": "k--kato",
"engines": {
"vscode": "^1.28.0"
"vscode": "^1.29.0"
},
"displayName": "IntelliJ IDEA Keybindings",
"description": "Port of IntelliJ IDEA Keybindings, including for WebStorm, PyCharm, PHP Storm, etc.",
Expand Down Expand Up @@ -44,7 +44,8 @@
"url": "https://github.com/kasecato/vscode-intellij-idea-keybindings/issues"
},
"contributes": {
"keybindings": [{
"keybindings": [
{
"key": "ctrl+shift+enter",
"mac": "cmd+shift+enter",
"command": "acceptSelectedSuggestion",
Expand Down
4 changes: 2 additions & 2 deletions src/package-with-comment.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "intellij-idea-keybindings",
"version": "0.2.28",
"version": "0.2.29",
"publisher": "k--kato",
"engines": {
"vscode": "^1.28.0"
"vscode": "^1.29.0"
},
"displayName": "IntelliJ IDEA Keybindings",
"description": "Port of IntelliJ IDEA Keybindings, including for WebStorm, PyCharm, PHP Storm, etc.",
Expand Down

0 comments on commit c611985

Please sign in to comment.