Added python formatter to VSCode

This commit is contained in:
Jan-Bulthuis 2024-12-03 13:46:59 +01:00
parent 727c0802a7
commit 03be992cb8
1 changed files with 2 additions and 1 deletions

View File

@ -41,11 +41,12 @@ in
ms-python.python ms-python.python
ms-python.debugpy ms-python.debugpy
ms-python.vscode-pylance ms-python.vscode-pylance
ms-python.black-formatter
]; ];
userSettings = { userSettings = {
"[python]" = { "[python]" = {
"editor.defaultFormatter" = "ms-python.vscode-pylance"; "editor.defaultFormatter" = "ms-python.black-formatter";
}; };
}; };
}; };