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