Update settings from , profile « main »
parent
315e55bd6d
commit
f035a34a22
|
@ -1,4 +1,6 @@
|
||||||
disabled: []
|
disabled:
|
||||||
|
- id: yzhang.markdown-all-in-one
|
||||||
|
uuid: 98790d67-10fa-497c-9113-f6c7489207b2
|
||||||
enabled:
|
enabled:
|
||||||
- id: Catppuccin.catppuccin-vsc
|
- id: Catppuccin.catppuccin-vsc
|
||||||
uuid: 69264e4d-cd3b-468a-8f2b-e69673c7d864
|
uuid: 69264e4d-cd3b-468a-8f2b-e69673c7d864
|
||||||
|
@ -8,6 +10,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: huntertran.auto-markdown-toc
|
||||||
|
uuid: 0a536459-8968-4c18-a052-cc505a9ea555
|
||||||
- id: James-Yu.latex-workshop
|
- id: James-Yu.latex-workshop
|
||||||
uuid: 61d03280-3919-4dd1-bce1-178ca21fdeaf
|
uuid: 61d03280-3919-4dd1-bce1-178ca21fdeaf
|
||||||
- id: LaurentTreguier.vscode-simple-icons
|
- id: LaurentTreguier.vscode-simple-icons
|
||||||
|
@ -44,7 +48,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: yzhang.markdown-all-in-one
|
|
||||||
uuid: 98790d67-10fa-497c-9113-f6c7489207b2
|
|
||||||
- id: zokugun.cron-tasks
|
- id: zokugun.cron-tasks
|
||||||
uuid: b7bbbbd5-7a39-4312-87aa-ef6a41de67fb
|
uuid: b7bbbbd5-7a39-4312-87aa-ef6a41de67fb
|
||||||
|
|
|
@ -81,7 +81,8 @@
|
||||||
"basedpyright.analysis.inlayHints.callArgumentNamesMatching": true,
|
"basedpyright.analysis.inlayHints.callArgumentNamesMatching": true,
|
||||||
"black-formatter.args": [
|
"black-formatter.args": [
|
||||||
"--line-length",
|
"--line-length",
|
||||||
"120"
|
"150"
|
||||||
],
|
],
|
||||||
"black-formatter.showNotifications": "always",
|
"black-formatter.showNotifications": "always",
|
||||||
|
"markdown-toc.depthTo": 1
|
||||||
}
|
}
|
Loading…
Reference in New Issue