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.
In a C++ project using clangd as the LSP, the get_type_heirarchy tool returns the following error.
Other tools such as go_to_definition and find_implementations work successfully.