mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +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:
@@ -911,7 +911,8 @@
|
||||
"git.autofetch": {
|
||||
"type": "boolean",
|
||||
"description": "%config.autofetch%",
|
||||
"default": false
|
||||
"default": false,
|
||||
"tags": ["backgroundOnlineFeature"]
|
||||
},
|
||||
"git.confirmSync": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user