Code suggestions: inform user that extension must be enabled by the group admin in GitLab
## Background
We will be launching AI assisted code suggestions as a pre-installed extension in the GitLab web IDE in May. This issue is part of an [epic](https://gitlab.com/groups/gitlab-org/-/epics/10110) for the UX portion of this project.
## Context
Legally, the GitLab group admin must enable this feature before users can enable the extension. ([Additional context](https://gitlab.com/gitlab-org/gitlab-web-ide/-/issues/124)).

## Problem
The extension will be visible to everyone, but disabled by default. Web IDE users cannot use the feature until the group admin has turned it on
## Suggested solution

When the user clicks the icon in the status bar, they get a notification that the group admin must enable the feature
## Question
Is it possible to list the username of the group admins and group name in the notification?

issue