Nikita Chursin 56b7fe1fe7 enhance push | před 2 roky | |
---|---|---|
README.md | před 2 roky | |
changeMode.sh | před 4 roky | |
push.sh | před 2 roky | |
tasks.json | před 4 roky |
.vscode
folderpush.sh
scriptx
permission in Linux and MacOS)tasks.json
to your .vscode/tasks.json
JSON keybinding:
{
"key": "f6",
"command": "workbench.action.tasks.runTask",
"args": "Push code"
},
Use Set Mode: ...
tasks to change mode
Just pushes code
Pushes code + runs tests
Pushes code. If push fails - reverts changes. If push is successful - runs tests. If any of tests fail - reverts changes. If tests succeed - commits change with >>> TCR wip
message