mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Need to match the command field in the vscode language service client contract
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The identifier of the actual command handler, like `vsintellicode.completionItemSelected`.
|
/// The identifier of the actual command handler, like `vsintellicode.completionItemSelected`.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string CommandStr { get; set; }
|
public string command { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Arguments that the command handler should be invoked with.
|
/// Arguments that the command handler should be invoked with.
|
||||||
|
|||||||
Reference in New Issue
Block a user