From f035a34a2212a4469b7c58707b070a8d3aed9aad Mon Sep 17 00:00:00 2001 From: Lilou Date: Thu, 31 Jul 2025 15:01:14 +0200 Subject: [PATCH] =?UTF-8?q?Update=20settings=20from=20,=20profile=20=C2=AB?= =?UTF-8?q?=20main=20=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/main/data/extensions.yml | 8 +++++--- profiles/main/data/settings.json | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/profiles/main/data/extensions.yml b/profiles/main/data/extensions.yml index af07c74..7ef3a73 100644 --- a/profiles/main/data/extensions.yml +++ b/profiles/main/data/extensions.yml @@ -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 diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index f1f186b..bc1ad65 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -81,7 +81,8 @@ "basedpyright.analysis.inlayHints.callArgumentNamesMatching": true, "black-formatter.args": [ "--line-length", - "120" + "150" ], "black-formatter.showNotifications": "always", + "markdown-toc.depthTo": 1 } \ No newline at end of file