From e5a0cecd7e557d963621ea34e49dd0257b0e6efb Mon Sep 17 00:00:00 2001 From: SJost Date: Wed, 31 Oct 2018 13:43:25 +0100 Subject: [PATCH] .vscode added to ignored files --- .gitignore | 1 + .vscode/tasks.json | 36 ------------------------------------ 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 .vscode/tasks.json diff --git a/.gitignore b/.gitignore index 84a8fe8a9..663c0dcc1 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ src/Handler/Course.SnapCustom.hs .stack-work-* .directory tags +.vscode \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 51fa5f4bf..000000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "start", - "type": "shell", - "command": "./start.sh", - "group": "test", - "presentation": { - "echo": true, - "reveal": "always", - "focus": false, - "panel": "shared", - "showReuseMessage": true - } - }, - { - "label": "build", - "type": "shell", - "command": "stack build --flag uniworx:dev --flag uniworx:library-only", - "group": { - "kind": "build", - "isDefault": true - }, - "presentation": { - "echo": true, - "reveal": "always", - "focus": false, - "panel": "shared", - "showReuseMessage": true - } - } - ] -} \ No newline at end of file