Hi all, i want to disable the download menu from theia that allow users to download the current project, can any one help me doing this ?
[original thread by Guitouni Hamza]
Hi all, i want to disable the download menu from theia that allow users to download the current project, can any one help me doing this ?
[original thread by Guitouni Hamza]
look at MenuModelRegistry.unregister*
methods, you should implement MenuContribution
interface to call it
[Guitouni Hamza]
Will try this thank you