View source
typedef ColumnDescriptor
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
A ColumnDescriptor specifies what module attribute to show in a column of the ModulesView, how to format it, and what the column's label should be. It is only used if the underlying UI actually supports this level of customization.
Fields
optionaltype:Null<ColumnDescriptorType>
Datatype of values in this column. Defaults to 'string' if not specified.
optionalformat:Null<String>
Format to use for the rendered values in this column. TBD how the format strings looks like.