mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Add GroupName property to ConnectionOptions (#273)
This commit is contained in:
@@ -36,6 +36,8 @@ namespace Microsoft.SqlTools.Hosting.Contracts
|
||||
|
||||
public string Description {get; set; }
|
||||
|
||||
public string GroupName {get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Type of the parameter. Can be either string, number, or category.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user