Skip to content

[LSP] Fix CodeActionKind::QUICK_FIX → QUICKFIX #77

Description

@developerfred

Problem

CodeActionKind::QUICK_FIX doesn't exist in lsp-types 0.94. The correct variant is QUICKFIX.

Files Affected

  • tools/lsp/src/main.rs (line 53)

Fix

Replace CodeActionKind::QUICK_FIX with CodeActionKind::QUICKFIX.

Priority

High

Labels

  • lsp
  • good-first-issue

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions