Skip to content

feat: enable suggestion streaming by default

Description

This MR changes the default value of the streamCodeGenerations feature flag to true. This means once we release this MR, users will get streaming for code generation unless they set the feature flag to false manually.

Related Issues

Streaming of code suggestion responses (&11722)

How has this been tested?

  1. Ensure non of your settings.json files set the feature flag (you shouldn't see "gitlab.featureFlags.streamCodeGenerationss": true/false,)
  2. Type a // generate function abc anywehere in your JS code
  3. see generation streaming

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