From dc9b29565cee274048362fe1a604cb611cb41054 Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Thu, 7 Nov 2019 15:52:10 +0100 Subject: [PATCH] Remove .vscode --- .vscode/tasks.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index e793bd8c7..000000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // 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 -- GitLab