Skip to content

Commit

Permalink
Exclude CVS directories
Browse files Browse the repository at this point in the history
  • Loading branch information
vp2177 authored Mar 5, 2017
1 parent e1d6cb4 commit fa0bc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/parts/files/browser/files.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
{
Expand Down

0 comments on commit fa0bc23

Please sign in to comment.