Skip to content

feat: use LS Code Suggestions by default

Description

This MR enables Language Server powered code-suggestions to be the default Code Suggestions implementation

Related Issues

Resolves #1089 (closed)

How has this been tested?

  1. Ensure you don't have the feature flag "gitlab.featureFlags.languageServer":true, mentioned anywhere in the settings JSON
  2. checkout main branch
  3. Start the extension development window
  4. See that

Screenshots (if appropriate):

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

Merge request reports