mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
calls - add CallHierarchyItem to type converter
This commit is contained in:
@@ -1068,7 +1068,6 @@ export interface ICodeLensDto {
|
||||
}
|
||||
|
||||
export interface ICallHierarchyItemDto {
|
||||
_id: number;
|
||||
kind: modes.SymbolKind;
|
||||
name: string;
|
||||
detail?: string;
|
||||
|
||||
Reference in New Issue
Block a user