From 855b5094cf224eec99d6ef5cafae6bcb6c2ce0d0 Mon Sep 17 00:00:00 2001 From: DetachHead Date: Thu, 2 Mar 2023 11:24:58 +1000 Subject: [PATCH] disable `git.useEditorAsCommitInput` --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f43343f..5a9dab8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,6 +14,7 @@ "git.pruneOnFetch": true, "git.rebaseWhenSync": true, "git.suggestSmartCommit": false, + "git.useEditorAsCommitInput": false, "git.supportCancellation": true, "git.useCommitInputAsStashMessage": true, "git.pullBeforeCheckout": true,