Support tags on settings to filter in settings editor (#55094)

* Support tags on settings to filter in settings editor

* Revert adding tags to api until we are ready
This commit is contained in:
Ramya Rao
2018-07-25 15:51:28 -07:00
committed by GitHub
parent ad9cc79cf5
commit d8bf1443cf
8 changed files with 21 additions and 10 deletions

View File

@@ -911,7 +911,8 @@
"git.autofetch": {
"type": "boolean",
"description": "%config.autofetch%",
"default": false
"default": false,
"tags": ["backgroundOnlineFeature"]
},
"git.confirmSync": {
"type": "boolean",