From c611985efc64ce2d25767a41918e68ff5ab8b70f Mon Sep 17 00:00:00 2001 From: kasecato Date: Sat, 17 Nov 2018 13:30:14 +0900 Subject: [PATCH] Releasing v0.2.29 --- CHANGELOG.md | 2 +- README.md | 2 +- package-lock.json | 2 +- package.json | 7 ++++--- src/package-with-comment.json | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab807f5..add3733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index a1c571b..61ac6f1 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/package-lock.json b/package-lock.json index 149e707..91784a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "0.2.27", + "version": "0.2.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0318c53..2145e58 100644 --- a/package.json +++ b/package.json @@ -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.", @@ -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", diff --git a/src/package-with-comment.json b/src/package-with-comment.json index e3c35b7..52e002e 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -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.",