mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Git - simplify default value for the git.worktreeIncludeFiles setting (#287083)
This commit is contained in:
@@ -3576,7 +3576,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"default": [
|
||||
"**/node_modules{,/**}"
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"scope": "resource",
|
||||
"markdownDescription": "%config.worktreeIncludeFiles%"
|
||||
|
||||
Reference in New Issue
Block a user