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" "psychotomimétique"
], ],
"cSpell.language": "en,fr", "cSpell.language": "en,fr",
"black-py.useIntegratedTerminal": true,
"workbench.iconTheme": "simple-icons", "workbench.iconTheme": "simple-icons",
"workbench.colorTheme": "Catppuccin Macchiato", "workbench.colorTheme": "Catppuccin Macchiato",
"git.openRepositoryInParentFolders": "always", "git.openRepositoryInParentFolders": "always",
@ -74,6 +75,7 @@
"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",
@ -82,6 +84,7 @@
"black-formatter.showNotifications": "always", "black-formatter.showNotifications": "always",
"markdown-toc.depthTo": 2, "markdown-toc.depthTo": 2,
"markdown-toc.depthFrom": 1, "markdown-toc.depthFrom": 1,
"ansible.validation.lint.arguments": "--skip-list=var-naming[no-role-prefix],fqcn[action-core] --fix=all",
"[dockercompose]": { "[dockercompose]": {
"editor.insertSpaces": true, "editor.insertSpaces": true,
"editor.tabSize": 2, "editor.tabSize": 2,
@ -133,27 +136,7 @@
"markdown.suggest.paths.includeWorkspaceHeaderCompletions": "onSingleOrDoubleHash", "markdown.suggest.paths.includeWorkspaceHeaderCompletions": "onSingleOrDoubleHash",
"markdown.updateLinksOnFileMove.enabled": "prompt", "markdown.updateLinksOnFileMove.enabled": "prompt",
"markdown.validate.enabled": true, "markdown.validate.enabled": true,
"markdown-toc.anchorMode": "gitlab.com",
"markdown-auto-preview.autoClosePreviewWindow": true, "markdown-auto-preview.autoClosePreviewWindow": true,
"editor.wordWrapColumn": 100, "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"
} }