Removed old Task

This commit is contained in:
2025-09-02 16:57:08 -06:00
parent 9fa77b9e19
commit cbfed4c6ff

20
.vscode/tasks.json vendored
View File

@@ -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",