mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
adjust the default max column width (#22740)
This commit is contained in:
@@ -65,7 +65,7 @@ const resultsGridConfiguration: IConfigurationNode = {
|
||||
},
|
||||
'resultsGrid.maxColumnWidth': {
|
||||
type: 'number',
|
||||
default: 212,
|
||||
default: 400,
|
||||
description: nls.localize('maxColumnWidth', "The maximum width in pixels for auto-sized columns")
|
||||
},
|
||||
'resultsGrid.showJsonAsLink': {
|
||||
|
||||
Reference in New Issue
Block a user