Use Enum for Formatter Implementation

Issue: #180
This commit is contained in:
Josh Johnson 2018-05-29 22:19:34 -04:00
parent 27d69858a1
commit 13c346f92a
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,10 @@
},
"xmlTools.xmlFormatterImplementation": {
"type": "string",
"enum": [
"classic",
"v2"
],
"default": "v2",
"description": "Supported XML Formatters: classic",
"scope": "window"