mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-21 09:35:39 -05:00
Adding SpecialValueAppName in connection options (#366)
Application Name is now treated as a special value, so that applications consuming SQL Tools Service can set the application name correctly.
This commit is contained in:
@@ -199,7 +199,8 @@ namespace Microsoft.SqlTools.ServiceLayer.Connection
|
||||
DisplayName = "Application Name",
|
||||
Description = "The name of the application",
|
||||
ValueType = ConnectionOption.ValueTypeString,
|
||||
GroupName = "Context"
|
||||
GroupName = "Context",
|
||||
SpecialValueType = ConnectionOption.SpecialValueAppName
|
||||
},
|
||||
new ConnectionOption
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user