query result selection summary improvement (both perf and usability) (#23378)

This commit is contained in:
Alan Ren
2023-06-12 20:07:11 -07:00
committed by GitHub
parent e58f3ff277
commit d983355374
10 changed files with 256 additions and 112 deletions

View File

@@ -32,6 +32,7 @@ export interface IQueryEditorConfiguration {
readonly openAfterSave: boolean;
readonly showActionBar: boolean;
readonly preferProvidersCopyHandler: boolean;
readonly promptForLargeRowSelection: boolean;
},
readonly messages: {
readonly showBatchTime: boolean;