반응형
기본적인 것은
https://dev.to/adamlombard/how-to-use-the-black-python-code-formatter-in-vscode-3lo0
을 참조하였다.
다만 나의 경우 차이점은 WSL Remote Server 에 설정을 하였다는 것이다.
이 경우 settings.json 은 $HOME/.vscode-server/data/Machine 에 저장이 되고 다음 두 줄이 추가 된다.
"python.formatting.provider": "black",
"editor.formatOnSave": true
반응형
'컴퓨터관련 쪽지' 카테고리의 다른 글
[Azure Portal] Azure Functions 구동 로그 확인 (모니터링) (0) | 2021.08.28 |
---|---|
[Azure] Serverless Azure Function + Flask 세팅 (0) | 2021.08.27 |
[Azure Function] HttpTrigger interface 연습 (Serverless computing) python (0) | 2021.08.26 |
[MS Azure CLI] 구독 확인 및 변경/전환 (changing subscription) (0) | 2021.08.25 |
[python] 두가지 기준으로 list 정렬하기 (0) | 2021.04.01 |
댓글