In a previous visual studio code version I created a custom keybinding:
{ “key”: “ctrl+shift+s”, “command”: “workbench.action.git.sync” }
In the current version of visual studio code I got the error:
Warn: command ‘workbench.action.git.sync’ not found.
Changing the command to ‘git.sync’ fixed the error.