From cbfed4c6ffd0f25483bb90be0674e4f044e76842 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 2 Sep 2025 16:57:08 -0600 Subject: [PATCH] Removed old Task --- .vscode/tasks.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index bb91eda..4fb6637 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,26 +1,6 @@ { "version": "2.0.0", "tasks": [ - { - "label": "Launch Borealis (Windows)", - "type": "shell", - "command": "powershell.exe", - "args": [ - "-ExecutionPolicy", "Bypass", - "-File", "${workspaceFolder}/Borealis.ps1" - ], - "group": { - "kind": "build", - "isDefault": true - }, - "presentation": { - "echo": true, - "reveal": "always", - "focus": true, - "panel": "shared" - }, - "problemMatcher": [] - }, { "label": "Borealis - Server (Flask)", "type": "shell",