From 80a6857e4e51e257d7c890afbc4c09dd54cdfe3c Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 21 Sep 2017 11:55:33 +0200 Subject: [PATCH] remove task.json error --- .vscode/tasks.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1b864e8..27bf957 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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.' }"