Skip to content

Commit 9c6d082

Browse files
Added REPL and OUTPUT to ContentTypes.cs
1 parent a7df033 commit 9c6d082

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/toolkit/Community.VisualStudio.Toolkit.Shared/Helpers/ContentTypes.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ public class ContentTypes
2424
public const string Json = "JSON";
2525
public const string Xaml = "XAML";
2626
public const string Xml = "XML";
27+
public const string Repl = "REPL";
28+
public const string Output = "Output";
2729
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member
2830
}
2931
}

0 commit comments

Comments
 (0)