remove task.json error
This commit is contained in:
parent
c238d7402d
commit
80a6857e4e
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
@ -27,7 +27,6 @@
|
||||
{
|
||||
"taskName": "Test",
|
||||
"suppressTaskName": true,
|
||||
"isTestCommand": true,
|
||||
"args": [
|
||||
"Write-Host 'Invoking Pester...'; $ProgressPreference = 'SilentlyContinue'; Invoke-Pester -Script '.\\tests\\*' -EnableExit $flase -PesterOption @{IncludeVSCodeMarker=$true};",
|
||||
"Invoke-Command { Write-Host 'Completed Test task in task runner.' }"
|
||||
|
Loading…
Reference in New Issue
Block a user