Update settings from , profile « main »

main
Quentin Duchemin 2025-08-21 13:42:23 +02:00
parent 755b403657
commit 69042b1f7e
2 changed files with 2 additions and 8 deletions

View File

@ -6,8 +6,6 @@ enabled:
uuid: 15f30525-c341-4c4d-ba35-93dbed2bc75c uuid: 15f30525-c341-4c4d-ba35-93dbed2bc75c
- id: Catppuccin.catppuccin-vsc - id: Catppuccin.catppuccin-vsc
uuid: 69264e4d-cd3b-468a-8f2b-e69673c7d864 uuid: 69264e4d-cd3b-468a-8f2b-e69673c7d864
- id: cloudbyte.better-byte
uuid: 1a36f4dc-c700-48cd-9cf5-a74a4e9edd53
- id: detachhead.basedpyright - id: detachhead.basedpyright
uuid: 249aa903-c0c5-4eb3-9deb-06895c663b8b uuid: 249aa903-c0c5-4eb3-9deb-06895c663b8b
- id: dhoeric.ansible-vault - id: dhoeric.ansible-vault
@ -52,7 +50,5 @@ enabled:
uuid: f6dbd813-b0a0-42c1-90ea-10dde9d925a7 uuid: f6dbd813-b0a0-42c1-90ea-10dde9d925a7
- id: streetsidesoftware.code-spell-checker-french - id: streetsidesoftware.code-spell-checker-french
uuid: d18e0c5a-855e-433e-996a-e0fb4c107213 uuid: d18e0c5a-855e-433e-996a-e0fb4c107213
- id: tortenairbag.vscode-ansible-template-ui
uuid: 42b7fa6a-35d0-4d5c-9078-6bc756f1763a
- id: zokugun.cron-tasks - id: zokugun.cron-tasks
uuid: b7bbbbd5-7a39-4312-87aa-ef6a41de67fb uuid: b7bbbbd5-7a39-4312-87aa-ef6a41de67fb

View File

@ -72,6 +72,7 @@
"python.createEnvironment.trigger": "off", "python.createEnvironment.trigger": "off",
"clangd.path": "/home/.config/VSCodium/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/19.1.2/clangd_19.1.2/bin/clangd", "clangd.path": "/home/.config/VSCodium/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/19.1.2/clangd_19.1.2/bin/clangd",
"php.validate.executablePath": "/usr/bin/php", "php.validate.executablePath": "/usr/bin/php",
"ansible.validation.lint.enabled": false,
"ansible.lightspeed.suggestions.enabled": false, "ansible.lightspeed.suggestions.enabled": false,
"ansible.lightspeed.enabled": false, "ansible.lightspeed.enabled": false,
"git.confirmSync": false, "git.confirmSync": false,
@ -83,8 +84,5 @@
"150" "150"
], ],
"black-formatter.showNotifications": "always", "black-formatter.showNotifications": "always",
"markdown-toc.depthTo": 1, "markdown-toc.depthTo": 1
"ansible.validation.lint.arguments": "-x fqcn,yaml[indentation] --fix all --offline",
"ansible.ansible.useFullyQualifiedCollectionNames": false,
"ansible.ansible.reuseTerminal": true
} }