Update settings from , profile « main »

main
Quentin Duchemin 2025-11-02 21:00:01 +01:00
parent 820283190a
commit b3e8a5af7c
1 changed files with 10 additions and 2 deletions

View File

@ -74,7 +74,6 @@
"ansible.lightspeed.enabled": false,
"git.confirmSync": false,
"git.autofetch": true,
"git.enableSmartCommit": true,
"basedpyright.analysis.inlayHints.callArgumentNamesMatching": true,
"black-formatter.args": [
"--line-length",
@ -147,5 +146,14 @@
"explorer.excludeGitIgnore": true,
"git.allowForcePush": true,
"git.autoStash": true,
"git.blame.editorDecoration.enabled": true
"git.blame.editorDecoration.enabled": true,
"git.closeDiffOnOperation": true,
"git.fetchOnPull": true,
"git.followTagsWhenSync": true,
"git.mergeEditor": true,
"git.pullBeforeCheckout": true,
"git.rebaseWhenSync": true,
"git.terminalGitEditor": true,
"git.timeline.showUncommitted": true,
"git.untrackedChanges": "separate"
}