Merge branch 'shengyu_0804' of https://github.com/shengyfu/sqltoolsservice into shengyfu-pr/842

This commit is contained in:
Shengyu Fu
2019-08-07 11:56:14 -07:00
3 changed files with 13 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ namespace Microsoft.SqlTools.Test.CompletionExtension
{
item.Command = new Command
{
CommandStr = "vsintellicode.completionItemSelected",
command = "vsintellicode.completionItemSelected",
Arguments = new object[] { new Dictionary<string, string> { { "IsCommit", "True" } } }
};
}