Set Visual Studio Code to be global Git editor on OSX

后端 未结 4 1835
Happy的楠姐
Happy的楠姐 2020-12-31 04:28

I want to set VS Code to be my default git editor for commands such as rebase. This doesn\'t seem to be documented on the VS Code website. I\'ve found a SO question about do

4条回答
  •  春和景丽
    2020-12-31 05:24

    This is currently not possible with VS Code but planned for the future.

    Update for our VS Code 1.0 release:

    This is now possible! All you need to do is to configure Code as the git editor using the newly introduced --wait option from the command line.

提交回复
热议问题