cmd + ,
, home + ,
: 설정창 단축키
창 우측 문서 표시 아이콘 : Open Settings (JSON)
JSON settings 에서 formatting 설정 가능
"[python]": {
""editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
},
"isort.args": [
"--profile",
"black"
],
"python.formatting.provider": "none",