Update vscode git config

This commit is contained in:
Wilfried OLLIVIER 2022-08-11 00:13:31 +02:00
parent b01ea73c62
commit 1b02c5c3bd
1 changed files with 2 additions and 1 deletions

View File

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