[VS Code] Display Code Suggestions License Status

Problem Description

Enable a clear visual cue in VS Code that tells the user if they have an active license for Code Suggestions. This will depend on using the API to let extensions know if Code Suggestions is provisioned and displaying the correct status message to the user.

Proposal

  • Connect with the API to check the user's license status.
  • If license is found, no action required.
  • If no license is found, the Duo icon should appear crossed out.
    • When hovered over, a tooltip should show Code Suggestions is now a paid feature, part of Duo Pro. Contact your GitLab administrator to upgrade.
  • Set up a feature toggle to turn on for February 15, 2024