mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
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:
@@ -73,7 +73,8 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%typescript.disableAutomaticTypeAcquisition%",
|
||||
"scope": "window"
|
||||
"scope": "window",
|
||||
"tags": ["backgroundOnlineFeature"]
|
||||
},
|
||||
"typescript.npm": {
|
||||
"type": [
|
||||
|
||||
Reference in New Issue
Block a user