{ "version": "2.0.0", "tasks": [ { "label": "Python: Format All", "type": "shell", "command": "python3 -m isort .; python3 -m autopep8 --in-place -r .", "windows": { "command": "python -m isort .; python -m autopep8 --in-place -r ." }, "group": "build", "presentation": { "reveal": "silent", "clear": true } } ] }