$ git commit
を実行した後に、vscodegが自動的に開くようにしたいです。
##試したこと
$ git config --global core.editor 'code --wait'
でvscodeに設定した。
$ git config 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'.
Please supply the message using either -m or -F option.

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/07/06 23:07