Git - simplify default value for the git.worktreeIncludeFiles setting (#287083)

This commit is contained in:
Ladislau Szomoru
2026-01-12 11:40:09 +01:00
committed by GitHub
parent 474785ed4d
commit bf6622b8d2
2 changed files with 2 additions and 2 deletions

View File

@@ -3576,7 +3576,7 @@
"type": "string"
},
"default": [
"**/node_modules{,/**}"
"**/node_modules/**"
],
"scope": "resource",
"markdownDescription": "%config.worktreeIncludeFiles%"