Skip to content

Commit 55dfa60

Browse files
Lambdac0rebpasero
authored andcommitted
Fixed wrong reference in config description (microsoft#5080)
This also needs to be fixed in translations.
1 parent c82ac04 commit 55dfa60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/parts/search/browser/search.contribution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ configurationRegistry.registerConfiguration({
172172
'properties': {
173173
'search.exclude': {
174174
'type': 'object',
175-
'description': nls.localize('exclude', "Configure glob patterns for excluding files and folders in searches. Inherits all glob patterns from the file.exclude setting."),
175+
'description': nls.localize('exclude', "Configure glob patterns for excluding files and folders in searches. Inherits all glob patterns from the files.exclude setting."),
176176
'default': { '**/node_modules': true, '**/bower_components': true },
177177
'additionalProperties': {
178178
'anyOf': [
@@ -195,4 +195,4 @@ configurationRegistry.registerConfiguration({
195195
}
196196
}
197197
}
198-
});
198+
});

0 commit comments

Comments
 (0)