mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-26 17:24:21 -05:00
Misc. cleanup for PR
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user