mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 08:28:42 -06:00
25 lines
506 B
JSON
25 lines
506 B
JSON
{
|
|
"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": []
|
|
}
|
|
]
|
|
} |