Return null instead of empty Hover (#598)

This commit is contained in:
Karl Burtram
2018-04-04 17:08:40 -07:00
committed by GitHub
parent d19db1b4fe
commit a0024cc522

View File

@@ -500,7 +500,7 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
} }
} }
await requestContext.SendResult(new Hover()); await requestContext.SendResult(null);
} }
catch (Exception ex) catch (Exception ex)
{ {