Update settings from , profile « main »

main
Quentin Duchemin 2025-07-30 21:00:01 +02:00
parent df995c3b1c
commit 315e55bd6d
2 changed files with 10 additions and 3 deletions

View File

@ -14,8 +14,8 @@ enabled:
uuid: 23d65a8c-fcd4-4897-86da-7fe55088e2c6 uuid: 23d65a8c-fcd4-4897-86da-7fe55088e2c6
- id: llvm-vs-code-extensions.vscode-clangd - id: llvm-vs-code-extensions.vscode-clangd
uuid: 103154cb-b81d-4e1b-8281-c5f4fa563d37 uuid: 103154cb-b81d-4e1b-8281-c5f4fa563d37
- id: mikoz.black-py - id: ms-python.black-formatter
uuid: 52778d39-0ece-4ef8-9809-5402f75074a4 uuid: 859e640c-c157-47da-8699-9080b81c8371
- id: ms-python.debugpy - id: ms-python.debugpy
uuid: 4bd5d2c9-9d65-401a-b0b2-7498d9f17615 uuid: 4bd5d2c9-9d65-401a-b0b2-7498d9f17615
- id: ms-python.python - id: ms-python.python

View File

@ -3,7 +3,8 @@
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"security.workspace.trust.untrustedFiles": "open", "security.workspace.trust.untrustedFiles": "open",
"[python]": { "[python]": {
"editor.defaultFormatter": "mikoz.black-py" "editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
}, },
"cSpell.userWords": [ "cSpell.userWords": [
"enthéogènes", "enthéogènes",
@ -77,4 +78,10 @@
"git.confirmSync": false, "git.confirmSync": false,
"git.autofetch": true, "git.autofetch": true,
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
"basedpyright.analysis.inlayHints.callArgumentNamesMatching": true,
"black-formatter.args": [
"--line-length",
"120"
],
"black-formatter.showNotifications": "always",
} }