mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-29 17:24:34 -05:00
Camel cases and standardizes endpoint URI prefixes for execution plans (#1442)
This commit is contained in:
@@ -23,6 +23,6 @@ namespace Microsoft.SqlTools.ServiceLayer.ExecutionPlan
|
||||
{
|
||||
public static readonly
|
||||
RequestType<GetExecutionPlanParams, GetExecutionPlanResult> Type =
|
||||
RequestType<GetExecutionPlanParams, GetExecutionPlanResult>.Create("queryexecutionplan/getexecutionplan");
|
||||
RequestType<GetExecutionPlanParams, GetExecutionPlanResult>.Create("queryExecutionPlan/getExecutionPlan");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user