add config for open after save behavior (#15675)

This commit is contained in:
Alan Ren
2021-06-10 13:32:05 -07:00
committed by GitHub
parent 922d1287ac
commit eea8c61b6e
3 changed files with 10 additions and 3 deletions

View File

@@ -20,7 +20,8 @@ export interface IQueryEditorConfiguration {
readonly copyIncludeHeaders: boolean,
readonly copyRemoveNewLine: boolean,
readonly optimizedTable: boolean,
readonly inMemoryDataProcessingThreshold: number
readonly inMemoryDataProcessingThreshold: number,
readonly openAfterSave: boolean
},
readonly messages: {
readonly showBatchTime: boolean,