From ad385cbc6c88a34499fc24220b47030b65cd772b Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Wed, 17 Feb 2021 16:07:23 +0100 Subject: [PATCH] Delete tasks.json --- suppliers/.vscode/tasks.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 suppliers/.vscode/tasks.json diff --git a/suppliers/.vscode/tasks.json b/suppliers/.vscode/tasks.json deleted file mode 100644 index 622da99a..00000000 --- a/suppliers/.vscode/tasks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "type": "shell", - "label": "cds watch", - "command": "cds", - "args": ["watch"], - "group": { - "kind": "build", - "isDefault": true - }, - "problemMatcher": [] - }, - { - "type": "shell", - "label": "cds run", - "command": "cds", - "args": ["run", "--with-mocks", "--in-memory?"], - "problemMatcher": [] - } - ] -}