mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-10 21:18:42 -06:00
Removed old Task
This commit is contained in:
20
.vscode/tasks.json
vendored
20
.vscode/tasks.json
vendored
@@ -1,26 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"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)",
|
"label": "Borealis - Server (Flask)",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
|
Reference in New Issue
Block a user