mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-11-10 03:44:53 -08:00
24 lines
535 B
JSON
24 lines
535 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "build development",
|
||
|
"type": "shell",
|
||
|
"command": "pwsh.exe",
|
||
|
"args": [
|
||
|
"-NoProfile",
|
||
|
"-ExecutionPolicy",
|
||
|
"Bypass",
|
||
|
"-File",
|
||
|
"${workspaceFolder}/scripts/build.ps1",
|
||
|
"msvc",
|
||
|
"dev"
|
||
|
],
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|