From baa31f105647a4025230fb3e87c420b0a6b6b3d4 Mon Sep 17 00:00:00 2001 From: Antoine Gersant <antoine.gersant@lesforges.org> Date: Sun, 2 Feb 2025 00:56:02 -0800 Subject: [PATCH] Removed unused tasks file --- .vscode/tasks.json | 47 ---------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 .vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 2af1981..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "version": "2.0.0", - "presentation": { - "reveal": "always" - }, - "tasks": [ - { - "label": "Run", - "options": { - "cwd": "${workspaceRoot}" - }, - "command": "cargo", - "args": [ - "run", - "--", - "-c", - "./TestConfigWindows.toml", - "-d", - "test/db.sqlite", - "-w", - "../polaris-web" - ], - "problemMatcher": [] - }, - { - "group": "test", - "label": "Test", - "options": { - "cwd": "${workspaceRoot}" - }, - "command": "cargo", - "args": [ - "test" - ] - }, - { - "label": "Compile", - "options": { - "cwd": "${workspaceRoot}" - }, - "command": "cargo", - "args": [ - "check" - ] - } - ] -} \ No newline at end of file