Update settings from , profile « main »
parent
820283190a
commit
b3e8a5af7c
|
|
@ -74,7 +74,6 @@
|
||||||
"ansible.lightspeed.enabled": false,
|
"ansible.lightspeed.enabled": false,
|
||||||
"git.confirmSync": false,
|
"git.confirmSync": false,
|
||||||
"git.autofetch": true,
|
"git.autofetch": true,
|
||||||
"git.enableSmartCommit": true,
|
|
||||||
"basedpyright.analysis.inlayHints.callArgumentNamesMatching": true,
|
"basedpyright.analysis.inlayHints.callArgumentNamesMatching": true,
|
||||||
"black-formatter.args": [
|
"black-formatter.args": [
|
||||||
"--line-length",
|
"--line-length",
|
||||||
|
|
@ -147,5 +146,14 @@
|
||||||
"explorer.excludeGitIgnore": true,
|
"explorer.excludeGitIgnore": true,
|
||||||
"git.allowForcePush": true,
|
"git.allowForcePush": true,
|
||||||
"git.autoStash": 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"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue