mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 09:35:41 -05:00
Turn-on auto-size columns by default (#4241)
This commit is contained in:
@@ -64,7 +64,7 @@ const resultsGridConfiguration: IConfigurationNode = {
|
||||
},
|
||||
'resultsGrid.autoSizeColumns': {
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
default: true,
|
||||
description: nls.localize('autoSizeColumns', "Auto size the columns width on inital results. Could have performance problems with large number of columns or large cells")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user