filters
A set of file filters that are used by the dialog. Each entry is a human-readable label, like "TypeScript", and an array of extensions, for example:
{
	'Images': ['png', 'jpg'],
	'TypeScript': ['ts', 'tsx']
}Content copied to clipboard
A set of file filters that are used by the dialog. Each entry is a human-readable label, like "TypeScript", and an array of extensions, for example:
{
	'Images': ['png', 'jpg'],
	'TypeScript': ['ts', 'tsx']
}