
Hi,
how can I disable the parse error tagger service in the default csharp syntax language? I would like to get rid of the squiggle lines.
I've tried the following in constructor but it didn't worked:
editor.Document.Language.UnregisterService(typeof(ParseErrorTagger));