0

Is there any way to get an extension point in omnisharp-roslyn? I see that omnisharp.exe has the "--plugin" argument, but the digging in the source code did not give me an answer: how to use this argument. I need a way to include my assemblies in mef composition, so I can import Roslyn and OmniSharp services and export my ICodeActionProvider.

Artem
  • 1
  • 2

1 Answers1

0

Plugins/extensions are a work in progress for the omnisharp-roslyn project.

There's an open PR for it.

Will L
  • 557
  • 1
  • 7
  • 17