diff --git a/README.md b/README.md index d641648..b52d319 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ shift+ctrl+c | shift+cmd+c | Copy paths | ✅ ## Installation -1. Install Visual Studio Code 1.29.0 or higher +1. Install Visual Studio Code 1.29.1 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 154e640..4678964 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "0.2.29", + "version": "0.2.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 34107e3..9b6c4c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "0.2.29", + "version": "0.2.30", "publisher": "k--kato", "engines": { "vscode": "^1.29.1" @@ -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 b8cf81f..5e5721a 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "0.2.29", + "version": "0.2.30", "publisher": "k--kato", "engines": { "vscode": "^1.29.1"