Inform the user about the config for filtering (#15510)

* Inform the user about the config for filtering

* comments
This commit is contained in:
Alan Ren
2021-05-19 13:03:15 -07:00
committed by GitHub
parent 6b189be781
commit d36918081a
4 changed files with 33 additions and 27 deletions

View File

@@ -394,7 +394,7 @@ const queryEditorConfiguration: IConfigurationNode = {
'queryEditor.results.inMemoryDataProcessingThreshold': {
'type': 'number',
'default': 5000,
'description': localize('queryEditor.inMemoryDataProcessingThreshold', "Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled.")
'description': localize('queryEditor.inMemoryDataProcessingThreshold', "Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance.")
},
'queryEditor.messages.showBatchTime': {
'type': 'boolean',