mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Add setting to control repository scan
This commit is contained in:
@@ -2229,6 +2229,17 @@
|
||||
"description": "%config.experimental.installGuide%",
|
||||
"default": "default"
|
||||
},
|
||||
"git.repositoryScanIgnoredFolders": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": [
|
||||
"node_modules"
|
||||
],
|
||||
"scope": "resource",
|
||||
"markdownDescription": "%config.repositoryScanIgnoredFolders%"
|
||||
},
|
||||
"git.repositoryScanMaxDepth": {
|
||||
"type": "number",
|
||||
"scope": "resource",
|
||||
|
||||
Reference in New Issue
Block a user