Hi!
We have a Gitlab cloud native with ultimate license version.
I’m responsible for update, fix and deploy new features in our Gitlab server.
I was asked to enable Web IDE Extension. According to the documentation, this is a profile level config, so I don’t need to configure anything in the server. The user only needs to navigate
Select Preferences > Integrations > Enable extension marketplace.
But this option don’t appears!
So what can I do?
Hi, hopefully I can help you out here. It sounds like you are on a Self-Managed instance of GitLab is that correct? If so, unfortunately Web IDE extension marketplace is not yet supported. However it is available through feature flags. If you enable web_ide_oauth
and web_ide_extensions_marketplace
flags you will have extension marketplace available in your GitLab instance. See the Extension Marketplace documentation and expand the “History” section under the header.
We are working on supporting Self-Managed as we speak and you can follow along with the progress here in this epic: Enable the Web IDE Extension Marketplace for Self-managed (#11770) · Epics · GitLab.org · GitLab