In Vscode, there are (at least) two ways to update a local repository from a remote one : running git pull in a terminal or clicking on the turning arrow on the bottom left of the screen.
If I use the button, all is well updated, but I have no feedback of the files that were updated, while in the terminal this list is displayed in the log.
Actually, the log of the button is available in the Output > Git tab, which leads me to my question : is there a way to set VSCode such that this tab is automatically open when I click on the update button ?
runCommandskey binding that opens the log and executes the pull commandrunCommandskey bindings ? ThanksrunCommandsis the command you bind to a key combo and you add a list of commands to execute, you need VSC >1.76multi-command