mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
fixed scope
This commit is contained in:
@@ -1252,7 +1252,8 @@
|
||||
"%config.countBadge.off%"
|
||||
],
|
||||
"description": "%config.countBadge%",
|
||||
"default": "all"
|
||||
"default": "all",
|
||||
"scope": "resource"
|
||||
},
|
||||
"git.checkoutType": {
|
||||
"type": "string",
|
||||
@@ -1526,7 +1527,8 @@
|
||||
"%config.handleUntracked.hide%"
|
||||
],
|
||||
"default": "withchanges",
|
||||
"description": "%config.handleUntracked%"
|
||||
"description": "%config.handleUntracked%",
|
||||
"scope": "resource"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user