Added the treeViewEnabled workspace option.
This commit is contained in:
parent
4463394b2c
commit
a1fdff5501
1 changed files with 7 additions and 1 deletions
|
@ -91,6 +91,11 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
"description": "Ignores default xmlns attribute when evaluating XPath."
|
"description": "Ignores default xmlns attribute when evaluating XPath."
|
||||||
|
},
|
||||||
|
"xmlTools.treeViewEnabled": {
|
||||||
|
"type": "boolean",
|
||||||
|
"default": true,
|
||||||
|
"description": "Enable the XML Tree (XML Document) custom view."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -132,7 +137,8 @@
|
||||||
"explorer": [
|
"explorer": [
|
||||||
{
|
{
|
||||||
"id": "xmlTreeView",
|
"id": "xmlTreeView",
|
||||||
"name": "XML Document"
|
"name": "XML Document",
|
||||||
|
"when": "config.xmlTools.treeViewEnabled != false"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue