Fix call hierarchy item serialization and server tests (#40348)

This commit is contained in:
Andrew Branch
2020-09-01 15:21:03 -07:00
committed by Wesley Wigham
parent b0011feee1
commit 838a5e6044
4 changed files with 209 additions and 2 deletions

View File

@@ -2408,6 +2408,7 @@ namespace ts.server {
kind: item.kind,
kindModifiers: item.kindModifiers,
file: item.file,
containerName: item.containerName,
span: toProtocolTextSpan(item.span, scriptInfo),
selectionSpan: toProtocolTextSpan(item.selectionSpan, scriptInfo)
};