mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 17:23:45 -05:00
Add option to show and hide the action bar in the query results view (#21560)
* Show and hide action bar in results view * Updates show action bar setting description * Removes excess padding * Code review change
This commit is contained in:
@@ -30,6 +30,7 @@ export interface IQueryEditorConfiguration {
|
||||
readonly optimizedTable: boolean,
|
||||
readonly inMemoryDataProcessingThreshold: number,
|
||||
readonly openAfterSave: boolean
|
||||
readonly showActionBar: boolean;
|
||||
},
|
||||
readonly messages: {
|
||||
readonly showBatchTime: boolean,
|
||||
|
||||
Reference in New Issue
Block a user