mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-12 19:39:20 -05:00
@@ -183,7 +183,7 @@ configurationRegistry.registerConfiguration({
|
||||
'files.exclude': {
|
||||
'type': 'object',
|
||||
'description': nls.localize('exclude', "Configure glob patterns for excluding files and folders."),
|
||||
'default': { '**/.git': true, '**/.svn': true, '**/.hg': true, '**/.DS_Store': true },
|
||||
'default': { '**/.git': true, '**/.svn': true, '**/.hg': true, '**/CVS': true, '**/.DS_Store': true },
|
||||
'additionalProperties': {
|
||||
'anyOf': [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user