提交 55dfa604 编写于 作者: L Lambdac0re 提交者: Benjamin Pasero

Fixed wrong reference in config description (#5080)

This also needs to be fixed in translations.
上级 c82ac047
......@@ -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': [
......@@ -195,4 +195,4 @@ configurationRegistry.registerConfiguration({
}
}
}
});
\ No newline at end of file
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册