#目的
gitでVisual Studio Codeをデフォルトエディターとして使用したい
#設定
git config --global core.editor "code --wait"
#つまずいた点
git commit を入力すると以下の内容が返ってくる。
hint: Waiting for your editor to close the file... code --wait: code: command not found
error: There was a problem with the editor 'code --wait'.
##原因
VS Code内にてcodeコマンドを使用する設定ができていない為。
#解決した方法
表示 > コマンドパレット を開いて、以下のコマンドを実行する。
Shell Command: Install 'Code' command in path