Skip to content

Commit a210bb4

Browse files
authored
Add new Pester 5 GA Output Types (#2726)
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
1 parent be26db7 commit a210bb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,10 @@
826826
"type": "string",
827827
"enum": [
828828
"FromPreference",
829+
"None",
829830
"Minimal",
830831
"Normal",
832+
"Detailed",
831833
"Diagnostic"
832834
],
833835
"default": "FromPreference",
@@ -836,8 +838,10 @@
836838
"powershell.pester.debugOutputVerbosity": {
837839
"type": "string",
838840
"enum": [
841+
"None",
839842
"Minimal",
840843
"Normal",
844+
"Detailed",
841845
"Diagnostic"
842846
],
843847
"default": "Diagnostic",

0 commit comments

Comments
 (0)