{ "folders": [ { "path": "." } ], "launch": { "version": "0.2.0", "configurations": [ { "name": "Python: main.py", "type": "python", "request": "launch", "program": "main.py", "console": "integratedTerminal", "justMyCode": true }, { "name": "Python: Current File", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal", "justMyCode": false } ] }, "settings": { "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" }, "editor.defaultFormatter": "ms-python.black-formatter", "black-formatter.args": [ "-l", "180" ] } }