mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Add description field to ConnectionOption object (#271)
This commit is contained in:
@@ -34,6 +34,8 @@ namespace Microsoft.SqlTools.Hosting.Contracts
|
||||
|
||||
public string DisplayName { get; set; }
|
||||
|
||||
public string Description {get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Type of the parameter. Can be either string, number, or category.
|
||||
/// </summary>
|
||||
@@ -61,7 +63,7 @@ namespace Microsoft.SqlTools.Hosting.Contracts
|
||||
/// <summary>
|
||||
/// Flag to indicate that this option is required
|
||||
/// </summary>
|
||||
public bool IsRequired { get; set; }
|
||||
public bool IsRequired { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user