Misc. cleanup for PR

This commit is contained in:
Karl Burtram
2016-09-19 12:32:56 -07:00
parent 44914aa8b9
commit 03315475cb
4 changed files with 2 additions and 5 deletions

View File

@@ -492,7 +492,6 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
Label = autoCompleteItem.Title,
Kind = CompletionItemKind.Variable,
Detail = autoCompleteItem.Title,
// Documentation = autoCompleteItem.Description,
TextEdit = new TextEdit
{
NewText = autoCompleteItem.Title,