change git.mergeEditor setting to be false (#160923)

This commit is contained in:
Isidor Nikolic 2022-09-14 20:41:41 +02:00 committed by GitHub
parent e97b478d06
commit 65cbb9324b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2576,7 +2576,7 @@
},
"git.mergeEditor": {
"type": "boolean",
"default": true,
"default": false,
"markdownDescription": "%config.mergeEditor%",
"scope": "window"
}