Skip to content
Snippets Groups Projects
Commit b3a92a45 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Remove .vscode

parent 40c15536
No related branches found
No related tags found
No related merge requests found
Pipeline #2652 passed
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Upload js to webwork16/bbaer",
"type": "shell",
"command": "scp -r extension/Resources/Public/JavaScript/qfq.* root@webwork16:/var/www/html/bbaer/typo3conf/ext/qfq/Resources/Public/JavaScript/; ssh root@webwork16 'chown -R www-data:www-data /var/www/html/bbaer/typo3conf/ext/qfq/Resources/Public/JavaScript'",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment