Skip to content

Commit

Permalink
Releasing v0.2.36
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Oct 22, 2019
1 parent 8277575 commit e0e84c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.

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.35",
"version": "0.2.36",
"publisher": "k--kato",
"engines": {
"vscode": "^1.39.0"
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
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.35",
"version": "0.2.36",
"publisher": "k--kato",
"engines": {
"vscode": "^1.39.0"
Expand Down

0 comments on commit e0e84c5

Please sign in to comment.