Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.73.1
- OS Version: windows 11
Hi, I am an extension developer, I found that the built-in call hierarchy api description is incorrect in https://code.visualstudio.com/api/references/commands , this makes me confused all day!

The first api should return an array of CallHierarchyItem. This confused me a lot.
The second and third api should return array of CallHierarchyIncomingCall and CallHierarchyOutgoingCall.
Does this issue occur when all extensions are disabled?: Yes/No
Hi, I am an extension developer, I found that the built-in call hierarchy api description is incorrect in https://code.visualstudio.com/api/references/commands , this makes me confused all day!
The first api should return an array of
CallHierarchyItem. This confused me a lot.The second and third api should return array of
CallHierarchyIncomingCallandCallHierarchyOutgoingCall.