1. Command Palette를 연다. (cmd + shift + p)
2. Configure Language Specific Settings 검색 -> Python 선택

3. settings.json 에 아래 설정 추가
{
"editor.tabSize": 4,
"editor.detectIndentation": false,
"editor.insertSpaces": true
}
1. Command Palette를 연다. (cmd + shift + p)
2. Configure Language Specific Settings 검색 -> Python 선택
3. settings.json 에 아래 설정 추가
{
"editor.tabSize": 4,
"editor.detectIndentation": false,
"editor.insertSpaces": true
}