You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msujew
changed the title
Support for contribution property shortTile and group for NewFilePicker
Support for plugin contribution property command#shortTitle and menu#groupAug 11, 2023
Feature Description:
When going to file->New File... a file type picker opens. Vscode uses some information for this file picker currently not available in Theia.
Vscodes file picker looks like this:
For the
QuickPickItem.label
, vscode uses the shortTiltle property from the command as seen here in the python extension:Entries are also grouped by the group property from the MenuNode contribution as seen here in the built-in ipynb extension
Also the extension name from the command should be used for the
QuickPickItem.description
These properties should also be used for theias new file type picker.
The text was updated successfully, but these errors were encountered: