Skip to content

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p- committed Jul 4, 2021
1 parent cff1e6b commit 5277206
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-eclipse-keybindings",
"displayName": "Eclipse Keymap",
"description": "Eclipse keybindings for Visual Studio Code",
"version": "0.13.0",
"version": "0.14.0",
"publisher": "alphabotsec",
"engines": {
"vscode": "^1.6.0"
Expand All @@ -24,7 +24,8 @@
"url": "https://github.com/alphabotsec/vscode-eclipse-keybindings/issues"
},
"contributes": {
"keybindings": [{
"keybindings": [
{
"mac": "cmd+3",
"win": "ctrl+3",
"linux": "ctrl+3",
Expand Down Expand Up @@ -372,8 +373,8 @@
"args": {
"kind": "refactor.extract.function"
}
},
{
},
{
"mac": "alt+cmd+v",
"win": "alt+shift+v",
"linux": "alt+shift+v",
Expand Down

0 comments on commit 5277206

Please sign in to comment.