Add git settings to Code - OSS config

This commit is contained in:
Anthony Wang 2022-09-23 17:26:31 +00:00
parent ddb66c7c29
commit b86e2e2449
Signed by: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -2,5 +2,7 @@
"files.autoSave": "afterDelay",
"telemetry.telemetryLevel": "off",
"editor.wordWrap": "on",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"gitlens.plusFeatures.enabled": false,
}