Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add Plugin Support for Scripting #2214

Open
haacked opened this issue Aug 26, 2021 · 0 comments
Open

Add Plugin Support for Scripting #2214

haacked opened this issue Aug 26, 2021 · 0 comments
Labels

Comments

@haacked
Copy link

haacked commented Aug 26, 2021

This is a follow-up from #1372 (comment) and related to #2213

As @filipw notes here:

Omnisharp has the capability of loading Omnisharp plugins via the startup args or from the config file - for example Razor support is the plugin that happens to be loaded by the C# extension by default, and it is not part of the core Omnisharp build.

and (emphasis mine)

Plugins are not very well documented (in fact, it's not documented at all) and they do not support scripting at the moment but that could be the way for allowing custom hosts to have their own globals in there.

I'm opening this issue to request scripting support for OmniSharp Plugins. The scenario I'm trying to solve is described in #2213. Thanks!

@filipw filipw added the csx label Sep 27, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants