mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Turn-on auto-size columns by default (#4241)
This commit is contained in:
@@ -64,7 +64,7 @@ const resultsGridConfiguration: IConfigurationNode = {
|
|||||||
},
|
},
|
||||||
'resultsGrid.autoSizeColumns': {
|
'resultsGrid.autoSizeColumns': {
|
||||||
type: 'boolean',
|
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")
|
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