mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Some setting descriptions cleanup, #54690
This commit is contained in:
@@ -925,6 +925,11 @@
|
||||
"tracked",
|
||||
"off"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"%config.countBadge.all%",
|
||||
"%config.countBadge.tracked%",
|
||||
"%config.countBadge.off%"
|
||||
],
|
||||
"description": "%config.countBadge%",
|
||||
"default": "all"
|
||||
},
|
||||
@@ -936,6 +941,12 @@
|
||||
"tags",
|
||||
"remote"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"%config.checkoutType.all%",
|
||||
"%config.checkoutType.local%",
|
||||
"%config.checkoutType.tags%",
|
||||
"%config.checkoutType.remote%"
|
||||
],
|
||||
"description": "%config.checkoutType%",
|
||||
"default": "all"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user