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,

View File

@@ -427,7 +427,6 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
scriptInfo.Binder = BinderProvider.CreateBinder(scriptInfo.MetadataProvider);
scriptInfo.ServerConnection = new ServerConnection(sqlConn.GetUnderlyingConnection());
scriptInfo.IsConnected = true;
//AddOrUpdateScriptParseInfo(info.OwnerUri, scriptInfo);
}
}
catch (Exception)

View File

@@ -198,6 +198,6 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
default:
return TransactSqlVersion.Current;
}
}
}
}
}