{ "command": "powershell", "isShellCommand": true, "showOutput": "verbose", "args": [ "-c" ], "tasks": [ { "taskName": "build", "args": [ "Import-Module ${workspaceRoot}/PowerShellGitHubDev.psm1; Start-PSBuild" ], "isBuildCommand": true, "problemMatcher": "$msCompile" } ] }