Skip to content

Commit

Permalink
Releasing v0.2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Jul 8, 2019
1 parent 31ce5a0 commit eaf3908
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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.33",
"version": "0.2.34",
"publisher": "k--kato",
"engines": {
"vscode": "^1.35.0"
"vscode": "^1.36.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.33",
"version": "0.2.34",
"publisher": "k--kato",
"engines": {
"vscode": "^1.35.0"
"vscode": "^1.36.0"
},
"displayName": "IntelliJ IDEA Keybindings",
"description": "Port of IntelliJ IDEA Keybindings, including for WebStorm, PyCharm, PHP Storm, etc.",
Expand Down

0 comments on commit eaf3908

Please sign in to comment.