Setup default python formatter for new python plugin (#18563)
This commit is contained in:
Родитель
7b2aefa856
Коммит
2f608338cb
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче