Wednesday, April 6, 2022

[SOLVED] Vscode git shortcut "ctrl+enter to commit on master" not working on Linux mint

Issue

enter image description here

None of the given shortcuts for GitHub is not working. I am unable to use the git feature in the Source Control section using Mouse or Keyboard. I am using Linux Mint 19.3 Tricia.


Solution

Problem has been solved by merging this code

"git.suggestSmartCommit": true,

in settings.json file



Answered By - SAIF AHMED ANIK
Answer Checked By - Dawn Plyler (WPSolving Volunteer)