mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Fix DMP message name to use correct casing (#386)
This commit is contained in:
@@ -71,6 +71,6 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.Contracts
|
|||||||
{
|
{
|
||||||
public static readonly
|
public static readonly
|
||||||
EventType<SessionCreatedParameters> Type =
|
EventType<SessionCreatedParameters> Type =
|
||||||
EventType<SessionCreatedParameters>.Create("objectexplorer/sessionCreated");
|
EventType<SessionCreatedParameters>.Create("objectexplorer/sessioncreated");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user