Skip to content

fix: Specify ignoreCertificateErrors option for the language server

Description

Currently the language server manages separate HTTPS/proxy agents which cause certificate errors to pop-up regardless of the setting in VS Code. Depends on gitlab-org/editor-extensions/gitlab-lsp!211 (merged).

Related Issues

Helps debug #1207.

How has this been tested?

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