Skip to content

Commit

Permalink
Releasing v0.2.40
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed May 19, 2020
1 parent c7b0feb commit 9770690
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
34 changes: 21 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "0.2.39",
"version": "0.2.40",
"publisher": "k--kato",
"engines": {
"vscode": "^1.40.0"
Expand Down Expand Up @@ -45,7 +45,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
2 changes: 1 addition & 1 deletion src/package-with-comment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "0.2.39",
"version": "0.2.40",
"publisher": "k--kato",
"engines": {
"vscode": "^1.40.0"
Expand Down

0 comments on commit 9770690

Please sign in to comment.