mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-21 09:35:39 -05:00
fix enum name (#1432)
This commit is contained in:
@@ -16,8 +16,8 @@ namespace Microsoft.SqlTools.ServiceLayer.TableDesigner.Contracts
|
||||
Error,
|
||||
[EnumMember(Value = "warning")]
|
||||
Warning,
|
||||
[EnumMember(Value = "informational")]
|
||||
Informational,
|
||||
[EnumMember(Value = "information")]
|
||||
Information,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user