Skip to content

Commit 4e56cc1

Browse files
authored
Merge pull request #141 from kroleg/patch-1
Updated "VCS quick popup"
2 parents af5f160 + 335027f commit 4e56cc1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
"url": "https://github.com/kasecato/vscode-intellij-idea-keybindings/issues"
4545
},
4646
"contributes": {
47-
"keybindings": [
48-
{
47+
"keybindings": [{
4948
"key": "ctrl+shift+enter",
5049
"mac": "cmd+shift+enter",
5150
"command": "acceptSelectedSuggestion",
@@ -742,7 +741,7 @@
742741
{
743742
"key": "ctrl+`",
744743
"mac": "ctrl+v",
745-
"command": "workbench.view.git",
744+
"command": "workbench.view.scm",
746745
"intellij": "‘VCS’ quick popup",
747746
"todo": "no popup"
748747
},

src/package-with-comment.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@
13091309
{
13101310
"key": "ctrl+`",
13111311
"mac": "ctrl+v",
1312-
"command": "workbench.view.git",
1312+
"command": "workbench.view.scm",
13131313
"intellij": "‘VCS’ quick popup",
13141314
"todo": "no popup"
13151315
},
@@ -1644,4 +1644,4 @@
16441644
}
16451645
]
16461646
}
1647-
}
1647+
}

0 commit comments

Comments
 (0)