From b5e9323026ab8aeacc56f0794ecfc22390bb0d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:05:36 +0000 Subject: [PATCH] git close diff on operation --- api/.vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/.vscode/settings.json b/api/.vscode/settings.json index cd32962..2607a64 100644 --- a/api/.vscode/settings.json +++ b/api/.vscode/settings.json @@ -11,5 +11,6 @@ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": true - } + }, + "git.closeDiffOnOperation": true } \ No newline at end of file