Skip to content

Commit

Permalink
isolating group name translations (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjin authored Dec 6, 2024
1 parent f12e4bd commit d1f0b08
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//

using System.Collections.Generic;

namespace Microsoft.SqlTools.Hosting.Contracts
{
/// <summary>
Expand All @@ -13,6 +15,8 @@ namespace Microsoft.SqlTools.Hosting.Contracts
public class ConnectionProviderOptions
{
public ConnectionOption[] Options { get; set; }

public Dictionary<string, string> GroupDisplayNames { get; set; }
}

public class CategoryValue
Expand Down
Loading

0 comments on commit d1f0b08

Please sign in to comment.