Removed confirm request from git in VSCode

This commit is contained in:
2024-03-27 23:59:32 +00:00
parent 0ca083b8cb
commit bdb4f5935d

View File

@@ -224,6 +224,7 @@
# Git
"git.enableCommitSigning" = false;
"git.enableSmartCommit" = true;
"git.confirmSync" = false;
# Styling
"window.autoDetectColorScheme" = true;
"workbench.preferredDarkColorTheme" = "Default Dark Modern";