Git - mark git.worktreeIncludeFiles as experimental and reset the default value (#289617)

This commit is contained in:
Ladislau Szomoru
2026-01-22 11:55:06 +01:00
committed by GitHub
parent e03d4442e5
commit 25c32afcbc
2 changed files with 6 additions and 5 deletions

View File

@@ -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",