Rectified conflicting keybinding for hide panel

This commit is contained in:
Pratik Tripathy
2020-08-02 01:38:43 +05:30
parent ee054e9290
commit 64cf9c47ed

View File

@@ -45,5 +45,10 @@
{
"key": "ctrl+alt+g",
"command": "git.checkout"
},
{
"key": "ctrl+shift+j",
"command": "editor.action.joinLines",
"when": "editorTextFocus"
}
]