Skip to content

Commit

Permalink
Fixed wrong reference in config description (microsoft#5080)
Browse files Browse the repository at this point in the history
This also needs to be fixed in translations.
  • Loading branch information
Lambdac0re authored and bpasero committed Apr 8, 2016
1 parent c82ac04 commit 55dfa60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/workbench/parts/search/browser/search.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ configurationRegistry.registerConfiguration({
'properties': {
'search.exclude': {
'type': 'object',
'description': nls.localize('exclude', "Configure glob patterns for excluding files and folders in searches. Inherits all glob patterns from the file.exclude setting."),
'description': nls.localize('exclude', "Configure glob patterns for excluding files and folders in searches. Inherits all glob patterns from the files.exclude setting."),
'default': { '**/node_modules': true, '**/bower_components': true },
'additionalProperties': {
'anyOf': [
Expand All @@ -195,4 +195,4 @@ configurationRegistry.registerConfiguration({
}
}
}
});
});

0 comments on commit 55dfa60

Please sign in to comment.