mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Git - mark git.worktreeIncludeFiles as experimental and reset the default value (#289617)
This commit is contained in:
@@ -3592,11 +3592,12 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": [
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"default": [],
|
||||
"markdownDescription": "%config.worktreeIncludeFiles%",
|
||||
"scope": "resource",
|
||||
"markdownDescription": "%config.worktreeIncludeFiles%"
|
||||
"tags": [
|
||||
"experimental"
|
||||
]
|
||||
},
|
||||
"git.alwaysShowStagedChangesResourceGroup": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user