Add 'other' option

This commit is contained in:
Jackson Kearl 2021-06-30 10:47:54 -07:00
parent 055ac27d6c
commit 8a1e7de8f5
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -219,7 +219,7 @@ export const startEntriesExtensionPoint = ExtensionsRegistry.registerExtensionPo
category: {
type: 'string',
description: localize('startEntries.category', "Category of the new entry."),
enum: ['file', 'folder', 'notebook'],
enum: ['file', 'folder', 'notebook', 'other'],
},
description: {
type: 'string',