-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide xml tree per config #115
Conversation
package.json
Outdated
@@ -132,7 +137,8 @@ | |||
"explorer": [ | |||
{ | |||
"id": "xmlTreeView", | |||
"name": "XML Document" | |||
"name": "XML Document", | |||
"when": "config.xmlTools.treeViewEnabled != false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be:
resourceLangId == 'xml' && config.xmlTools.treeViewEnabled != false
YES, this is exactly what I was about to ask for in Issues :) |
Hi @DotJoshJohnson. Anything blocking this PR from being merged? |
FYI, it was later discovered |
Would love this as well. |
All - This will be taken care of in the |
Per #104 (comment)
This pull does the following:
xmlTools.treeViewEnabled
which defaults attrue
.true
).