You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-utils-3-lib/.vscode/tasks.json

25 lines
668 B

{
// 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": []
}
]
}