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