mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-27 09:35:38 -05:00
Merge branch 'shengyu_0804' of https://github.com/shengyfu/sqltoolsservice into shengyfu-pr/842
This commit is contained in:
@@ -55,10 +55,20 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
|
||||
|
||||
public class Command
|
||||
{
|
||||
/// <summary>
|
||||
/// Title of the command.
|
||||
/// </summary>
|
||||
public string Title { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The identifier of the actual command handler, like `vsintellicode.completionItemSelected`.
|
||||
/// </summary>
|
||||
public string CommandStr { get; set; }
|
||||
public string command { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// A tooltip for the command, when represented in the UI.
|
||||
/// </summary>
|
||||
public string Tooltip { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Arguments that the command handler should be invoked with.
|
||||
|
||||
Reference in New Issue
Block a user