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