Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for plugin contribution property command#shortTitle and menu#group #12824

Open
jonah-iden opened this issue Aug 11, 2023 · 0 comments
Open
Labels
quick-open issues related to the quick-open vscode issues related to VSCode compatibility

Comments

@jonah-iden
Copy link
Contributor

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:
grafik

For the QuickPickItem.label, vscode uses the shortTiltle property from the command as seen here in the python extension:
grafik

Entries are also grouped by the group property from the MenuNode contribution as seen here in the built-in ipynb extension
grafik

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.

@msujew msujew changed the title Support for contribution property shortTile and group for NewFilePicker Support for plugin contribution property command#shortTitle and menu#group Aug 11, 2023
@vince-fugnitto vince-fugnitto added vscode issues related to VSCode compatibility quick-open issues related to the quick-open labels Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quick-open issues related to the quick-open vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

2 participants