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