ホーム » git » git commit時のメッセージをVisualCodeで入力

git commit時のメッセージをVisualCodeで入力

予めVisualCodeをインストール

C:\Users\ユーザー名\.gitconfigを開いて以下を追加

[code]
[core]
quotepath = off
editor = "code –wait"
[/code]