From 315e55bd6d98db5a938e8673c375431f90e3224a Mon Sep 17 00:00:00 2001 From: Lilou Date: Wed, 30 Jul 2025 21:00:01 +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 | 4 ++-- profiles/main/data/settings.json | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/profiles/main/data/extensions.yml b/profiles/main/data/extensions.yml index 3eda554..af07c74 100644 --- a/profiles/main/data/extensions.yml +++ b/profiles/main/data/extensions.yml @@ -14,8 +14,8 @@ enabled: uuid: 23d65a8c-fcd4-4897-86da-7fe55088e2c6 - id: llvm-vs-code-extensions.vscode-clangd uuid: 103154cb-b81d-4e1b-8281-c5f4fa563d37 - - id: mikoz.black-py - uuid: 52778d39-0ece-4ef8-9809-5402f75074a4 + - id: ms-python.black-formatter + uuid: 859e640c-c157-47da-8699-9080b81c8371 - id: ms-python.debugpy uuid: 4bd5d2c9-9d65-401a-b0b2-7498d9f17615 - id: ms-python.python diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 967e542..f1f186b 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -3,7 +3,8 @@ "explorer.confirmDragAndDrop": false, "security.workspace.trust.untrustedFiles": "open", "[python]": { - "editor.defaultFormatter": "mikoz.black-py" + "editor.defaultFormatter": "ms-python.black-formatter", + "editor.formatOnSave": true }, "cSpell.userWords": [ "enthéogènes", @@ -77,4 +78,10 @@ "git.confirmSync": false, "git.autofetch": true, "git.enableSmartCommit": true, + "basedpyright.analysis.inlayHints.callArgumentNamesMatching": true, + "black-formatter.args": [ + "--line-length", + "120" + ], + "black-formatter.showNotifications": "always", } \ No newline at end of file