Update settings from , profile « main »

main
Quentin Duchemin 2025-07-31 15:01:14 +02:00
parent 315e55bd6d
commit f035a34a22
2 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,6 @@
disabled: []
disabled:
- id: yzhang.markdown-all-in-one
uuid: 98790d67-10fa-497c-9113-f6c7489207b2
enabled:
- id: Catppuccin.catppuccin-vsc
uuid: 69264e4d-cd3b-468a-8f2b-e69673c7d864
@ -8,6 +10,8 @@ enabled:
uuid: a13b548d-0631-44fb-99ee-b398ab61c9bc
- id: earshinov.simple-alignment
uuid: 7b9e492f-afa3-4c1a-9c02-a6ab67fd3552
- id: huntertran.auto-markdown-toc
uuid: 0a536459-8968-4c18-a052-cc505a9ea555
- id: James-Yu.latex-workshop
uuid: 61d03280-3919-4dd1-bce1-178ca21fdeaf
- id: LaurentTreguier.vscode-simple-icons
@ -44,7 +48,5 @@ enabled:
uuid: f6dbd813-b0a0-42c1-90ea-10dde9d925a7
- id: streetsidesoftware.code-spell-checker-french
uuid: d18e0c5a-855e-433e-996a-e0fb4c107213
- id: yzhang.markdown-all-in-one
uuid: 98790d67-10fa-497c-9113-f6c7489207b2
- id: zokugun.cron-tasks
uuid: b7bbbbd5-7a39-4312-87aa-ef6a41de67fb

View File

@ -81,7 +81,8 @@
"basedpyright.analysis.inlayHints.callArgumentNamesMatching": true,
"black-formatter.args": [
"--line-length",
"120"
"150"
],
"black-formatter.showNotifications": "always",
"markdown-toc.depthTo": 1
}