Update vscode git config

This commit is contained in:
Wilfried OLLIVIER 2022-08-11 00:13:31 +02:00
parent b01ea73c62
commit 1b02c5c3bd

View file

@ -186,6 +186,8 @@
"suppressNoRepositoryWarning": false "suppressNoRepositoryWarning": false
}, },
"gitlens.keymap": "alternate", "gitlens.keymap": "alternate",
"githubPullRequests.pullBranch": "never",
"git.mergeEditor": false,
"Lua.telemetry.enable": false, "Lua.telemetry.enable": false,
"go.toolsManagement.autoUpdate": true, "go.toolsManagement.autoUpdate": true,
"go.formatTool": "goimports", "go.formatTool": "goimports",
@ -242,5 +244,4 @@
"emmet.includeLanguages": { "emmet.includeLanguages": {
"erb": "html" "erb": "html"
}, },
"githubPullRequests.pullBranch": "never"
} }