Skip to content

feat: Add "codeSuggestionsClientDirectToGateway" feature flag

Paul Slaughter requested to merge ps-add-ff-direct-to-gateway into main

Description

This MR adds a codeSuggestionsClientDirectToGateway feature flag that is included in the config sent over to the LSP.

Related Issues

Screenshots (if appropriate):

After adding a console.log to my local gitlab-lsp and setting up the npm link

VSCode Configuration Log of received settings from LS
Screenshot_2023-12-03_at_8.27.11_PM Screenshot_2023-12-03_at_8.26.10_PM

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