Update settings from , profile « main »

main
Quentin Duchemin 2025-11-04 10:07:19 +01:00
parent b3e8a5af7c
commit a5061e5dd7
1 changed files with 5 additions and 22 deletions

View File

@ -13,6 +13,7 @@
"psychotomimétique"
],
"cSpell.language": "en,fr",
"black-py.useIntegratedTerminal": true,
"workbench.iconTheme": "simple-icons",
"workbench.colorTheme": "Catppuccin Macchiato",
"git.openRepositoryInParentFolders": "always",
@ -74,6 +75,7 @@
"ansible.lightspeed.enabled": false,
"git.confirmSync": false,
"git.autofetch": true,
"git.enableSmartCommit": true,
"basedpyright.analysis.inlayHints.callArgumentNamesMatching": true,
"black-formatter.args": [
"--line-length",
@ -82,6 +84,7 @@
"black-formatter.showNotifications": "always",
"markdown-toc.depthTo": 2,
"markdown-toc.depthFrom": 1,
"ansible.validation.lint.arguments": "--skip-list=var-naming[no-role-prefix],fqcn[action-core] --fix=all",
"[dockercompose]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
@ -133,27 +136,7 @@
"markdown.suggest.paths.includeWorkspaceHeaderCompletions": "onSingleOrDoubleHash",
"markdown.updateLinksOnFileMove.enabled": "prompt",
"markdown.validate.enabled": true,
"markdown-toc.anchorMode": "gitlab.com",
"markdown-auto-preview.autoClosePreviewWindow": true,
"editor.wordWrapColumn": 100,
"intelliphp.inlineSuggestionsEnabled": false,
"php.completion.intelliPHP.preSelect": false,
"ansible.ansible.reuseTerminal": true,
"ansible.python.interpreterPath": "/bin/python",
"ansible.validation.lint.path": "VIRTUAL_ENV= ansible-lint",
"files.associations": {
"*.yml": "ansible"
},
"explorer.excludeGitIgnore": true,
"git.allowForcePush": true,
"git.autoStash": 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"
"editor.wordWrapColumn": 100
}