Skip to content

Commit 57c9df0

Browse files
committed
+ Added missing icon id (#240)
1 parent 3dc1e9e commit 57c9df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Codist/IconIds.cs

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ static class IconIds
6060
public const int Argument = KnownImageIds.Parameter;
6161
public const int Attribute = KnownImageIds.FormPostBodyParameterNode;
6262
public const int Return = KnownImageIds.Return;
63+
public const int Value = KnownImageIds.Field;
6364
public const int If = KnownImageIds.If;
6465
public const int Else = KnownImageIds.GoToNextUncovered;
6566
public const int TryCatch = KnownImageIds.TryCatch;

0 commit comments

Comments
 (0)