Skip to content

feat: Code suggestions gutter icon status

Paul Slaughter requested to merge ps-code-suggestions-gutter-status into main

Description

This MR introduces an icon in the gutter to show the status of code suggestions.

Related Issues

Related to gitlab#418999 (closed)

How has this been tested?

  • Running VSCode extension with Run Extension launch task
  • Make sure the OAuth account is your gitlab.com one with access to AI assisted code suggestions
  • This should work with both "gitlab.featureFlags.languageServer": true, in the settings

Screenshots (if appropriate):

NOTE: Based on this thread we don't show the gutter icon on "Ready" status anymore.

Loading Ready
Screenshot_2023-12-02_at_1.41.48_AM Screenshot_2023-12-02_at_1.42.00_AM

Screen_Recording_2023-12-02_at_1.39.33_AM

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Paul Slaughter

Merge request reports