From 836fc82b33f65a870069b18076f796c4ac79fb19 Mon Sep 17 00:00:00 2001 From: kasecato Date: Tue, 22 Oct 2019 10:58:21 +0900 Subject: [PATCH] Releasing v0.2.35 --- package-lock.json | 2 +- package.json | 5 +++-- src/package-with-comment.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 70007bd..b855b7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "0.2.34", + "version": "0.2.35", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32e3f52..069d7ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "0.2.34", + "version": "0.2.35", "publisher": "k--kato", "engines": { "vscode": "^1.39.0" @@ -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 0679521..30cf4f9 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "0.2.34", + "version": "0.2.35", "publisher": "k--kato", "engines": { "vscode": "^1.39.0"