{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "push_to_VM", "type": "shell", "command": "./push_to_vmachine", "problemMatcher": [] }, { "label": "revert_VM", "type": "shell", "command": "./revert_changes_to_vmachine", "problemMatcher": [] }, { "label": "push_to_VM_py3", "type": "shell", "command": "./push_to_vmachine_py3", "problemMatcher": [] } ] }