adjust the default max column width (#22740)

This commit is contained in:
Alan Ren
2023-04-14 15:29:12 -07:00
committed by GitHub
parent 9456285c65
commit 46bc19bcb8

View File

@@ -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': {