Setup default python formatter for new python plugin (#18563)

This commit is contained in:
cloudhan 2023-11-24 18:04:48 +08:00 committed by GitHub
parent 7b2aefa856
commit 2f608338cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.defaultFormatter": "ms-python.black-formatter"
},
// Enable Python linting and Pylance type checking
"python.analysis.typeCheckingMode": "basic",