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

予めVisualCodeをインストール

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

[core]
	quotepath = off
	editor = "code --wait"