mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-16 09:35:36 -05:00
Bug/fix peek definition integration test (#313)
* removed race condition in peek definition test * temporarily disabled peek definition tests * fixed peek definition connection race condition
This commit is contained in:
@@ -1008,7 +1008,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Connection
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Invokes the fianl on-disconnect activities if the provided DisconnectParams represents the default
|
||||
/// Invokes the final on-disconnect activities if the provided DisconnectParams represents the default
|
||||
/// connection or is null - representing that all connections are being disconnected.
|
||||
/// </summary>
|
||||
private void InvokeOnDisconnectionActivities(ConnectionInfo connectionInfo)
|
||||
|
||||
Reference in New Issue
Block a user