Auto-close copy notification after 3 seconds + configuration support (#24037)

This commit is contained in:
Cheena Malhotra
2023-08-01 10:58:41 -07:00
committed by GitHub
parent 85f3cbc751
commit e0120356cb
5 changed files with 47 additions and 15 deletions

View File

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