Skip to content

get_type_hierarchy returns "Error: command 'vscode.executeTypeHierarchySupertypeCommand' not found" in C++ project #28

Description

@emeraldcheshire

In a C++ project using clangd as the LSP, the get_type_heirarchy tool returns the following error.

{
  "content": [
    {
      "type": "text",
      "text": "Error: command 'vscode.executeTypeHierarchySupertypeCommand' not found"
    }
  ],
  "isError": true
}

Other tools such as go_to_definition and find_implementations work successfully.

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