Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Selecting the 'quick fix' or 'go to' menu items in the lsp-treemacs error list throws error #181

@bkiefer

Description

@bkiefer

Doing this results in a Error running timer: (wrong-type-argument commandp lsp-treemacs-list-errors-quick-fix)

The reason seems to be that in lsp-treemacs--error-list-diags the actions defined name lsp-treemacs-list-errors-quick-fix as action, while the action definition below this is lsp-treemacs-quick-fix, and lsp-treemacs-list-errors-quick-fix does not exist. Changing the action name in the actions definition resolves the problem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions