Skip to content

chore: use supported languages configuration from LSP package

Andrei Zubov requested to merge azubov/get-supported-languages-from-lsp into main

Description

This MR uses the supported languages list provided by the LSP package.

We generate the gitlab.aiAssistedCodeSuggestions.enabledSupportedLanguages settings section based on the supported languages provided by the LSP package and there is an integration test added to test that the generated package.json supported languages settings are matching the languages list provided in the json file.

Related Issues

Resolves #1512 (closed)

How has this been tested?

Screenshots (if appropriate)

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

Merge request reports