{ "version": "2.0.0", "tasks": [ { "label": "build", "type": "process", "command": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "args": [ "-File", "${workspaceFolder}\\build_app.ps1", ], "group": { "kind": "build", "isDefault": true }, "presentation": { "reveal": "silent" }, "problemMatcher": [] } ] }