Update settings from , profile « main »

main
Quentin Duchemin 2025-11-20 14:00:01 +01:00
parent a5061e5dd7
commit ca83d4aac2
2 changed files with 45 additions and 1 deletions

View File

@ -20,6 +20,8 @@ enabled:
uuid: a13b548d-0631-44fb-99ee-b398ab61c9bc uuid: a13b548d-0631-44fb-99ee-b398ab61c9bc
- id: earshinov.simple-alignment - id: earshinov.simple-alignment
uuid: 7b9e492f-afa3-4c1a-9c02-a6ab67fd3552 uuid: 7b9e492f-afa3-4c1a-9c02-a6ab67fd3552
- id: exiasr.hadolint
uuid: c0f361c5-4179-43c5-9cb5-c4eba77388b4
- id: houkanshan.vscode-markdown-footnote - id: houkanshan.vscode-markdown-footnote
uuid: 67d20411-9a51-4004-8982-1f777b4560fd uuid: 67d20411-9a51-4004-8982-1f777b4560fd
- id: huntertran.auto-markdown-toc - id: huntertran.auto-markdown-toc
@ -30,6 +32,10 @@ enabled:
uuid: 23d65a8c-fcd4-4897-86da-7fe55088e2c6 uuid: 23d65a8c-fcd4-4897-86da-7fe55088e2c6
- id: llvm-vs-code-extensions.vscode-clangd - id: llvm-vs-code-extensions.vscode-clangd
uuid: 103154cb-b81d-4e1b-8281-c5f4fa563d37 uuid: 103154cb-b81d-4e1b-8281-c5f4fa563d37
- id: lumirelle.shell-format-rev
uuid: 001d66a0-1d99-4845-ab01-a72b5a316e0c
- id: ms-azuretools.vscode-containers
uuid: 2cd1d691-3d69-4d2d-ae39-fda4bc4cfd3d
- id: ms-python.black-formatter - id: ms-python.black-formatter
uuid: 859e640c-c157-47da-8699-9080b81c8371 uuid: 859e640c-c157-47da-8699-9080b81c8371
- id: ms-python.debugpy - id: ms-python.debugpy

View File

@ -138,5 +138,43 @@
"markdown.validate.enabled": true, "markdown.validate.enabled": true,
"markdown-toc.anchorMode": "gitlab.com", "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",
"shellformat.effectLanguages": [
"shellscript",
"dockerfile",
"dotenv",
"hosts",
"jvmoptions",
"ignore",
"gitignore",
"properties",
"spring-boot-properties",
"azcli",
"bats"
],
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-containers"
}
} }