Skip to content

fix: Send HTTP Agent config to Language Server

Tristan Read requested to merge tr-send-http-agent-config-to-ls into main

Description

In gitlab-org/editor-extensions/gitlab-lsp!223 (merged) we add HTTP Agent configuration options to the Language Server

This MR updates the VSCode Extension to send the corresponding config to the Language Server.

Sends HTTP Agent Option fields:

  • ca
  • cert
  • certKey

Related Issues

gitlab-org/editor-extensions/gitlab-lsp#162 (closed)

How has this been tested?

See coverage inside of the linked LSP MR.

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
Edited by Erran Carey

Merge request reports