We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732860f commit 8cf6021Copy full SHA for 8cf6021
src/Protocol/Models/MarkedStringContainer.cs
@@ -6,7 +6,6 @@
6
7
namespace OmniSharp.Extensions.LanguageServer.Protocol.Models
8
{
9
- [JsonConverter(typeof(MarkedStringCollectionConverter))]
10
public class MarkedStringContainer : ContainerBase<MarkedString>
11
12
public MarkedStringContainer() : this(Enumerable.Empty<MarkedString>())
@@ -46,4 +45,4 @@ public static implicit operator MarkedStringContainer(string marked)
46
45
return new MarkedStringContainer(marked);
47
}
48
49
-}
+}
0 commit comments