mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
add config for open after save behavior (#15675)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user