Skip to content

fix: render correct CS status (disabled languages)

Jacques Erasmus requested to merge 1438-fix-cs-language-status-item into main

Description

This fixes a bug where the Code Suggestions status was rendered as "Enabled" when Code Suggestions is disabled for a language.

Related Issues

Contributes to #1438 (closed)

How has this been tested?

Apart from the unit tests, I've also tested it locally.

Screenshots (if appropriate)

before after
Screenshot_2024-08-08_at_15.39.09 Screenshot_2024-08-08_at_15.39.37

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes
Edited by Jacques Erasmus

Merge request reports

Loading