From b8780c97382349c61eb9e8224fb592571f513132 Mon Sep 17 00:00:00 2001 From: Justin Grote Date: Wed, 27 May 2020 10:23:57 -0700 Subject: [PATCH] Add new Pester 5 GA Output Types New Pester 5 Output Types were added last-minute to GA. These should also be available in the extension. https://github.com/pester/Pester/blob/v5.0/README.md#actual-breaking-changes --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index b02634fd7d..f4711cd846 100644 --- a/package.json +++ b/package.json @@ -826,8 +826,10 @@ "type": "string", "enum": [ "FromPreference", + "None", "Minimal", "Normal", + "Detailed", "Diagnostic" ], "default": "FromPreference", @@ -836,8 +838,10 @@ "powershell.pester.debugOutputVerbosity": { "type": "string", "enum": [ + "None", "Minimal", "Normal", + "Detailed", "Diagnostic" ], "default": "Diagnostic",