Skip to content

feat: Support Language Server log level configuration

Tristan Read requested to merge tr-support-log-level-configuration into main

Description

Supports the log level configuration option added in the LS with gitlab-org/editor-extensions/gitlab-lsp!158 (merged)

Related Issues

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

How has this been tested?

Add the following to your settings.json: "gitlab.debug": true to see debug logs from the Language Server.

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 Tristan Read

Merge request reports