2017-10-16 11 views

Répondre

1

Selon le docs I found, SourceTree utilise simplement tout ce que vous avez configuré votre repo git à utiliser.

Vous pouvez configurer votre git pour utiliser le code VS avec la commande git config comme ceci:

git config --global core.editor "code --wait" 

Cependant, vous devez configurer le code VS à launch from the terminal avant cela fonctionnera. Pour plus d'informations, voir this blog pour plus d'informations.