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

@@ -73,7 +73,8 @@
"type": "boolean",
"default": false,
"description": "%typescript.disableAutomaticTypeAcquisition%",
"scope": "window"
"scope": "window",
"tags": ["backgroundOnlineFeature"]
},
"typescript.npm": {
"type": [