Need to match the command field in the vscode language service client contract

This commit is contained in:
Shengyu Fu
2019-08-04 15:15:41 -07:00
parent e1b9890f5c
commit 3fc9da02ca

View File

@@ -58,7 +58,7 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
/// <summary>
/// The identifier of the actual command handler, like `vsintellicode.completionItemSelected`.
/// </summary>
public string CommandStr { get; set; }
public string command { get; set; }
/// <summary>
/// Arguments that the command handler should be invoked with.