Skip to content

Add passing suggestions cache configuration to LSP

Illya Klymov requested to merge xanf-add-suggestions-cache into main

Description

This is MR to support configuring new suggestions cache in LSP via config

Right now you can control it via `gitlab

How has this been tested?

Use LSP from gitlab-org/editor-extensions/gitlab-lsp!135 (merged)

Add "gitlab.aiAssistedCodeSuggestions.suggestionsCache.enabled": true to your config file

Observe caching works!

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