-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Che 7 CSharp support #12773
Comments
We should look at the existing language plugin in order to find out what features it offers (commands, dialogs, etc. Anything that goes beyond what LSP offers). |
It makes no sense to make a vscode extension for this, because folks using VS Code will install the "official" c# support from microsoft. So Theia plugin it is! |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make a Che 7 plugin for C#.
Since the VS Code extension for C# for Microsoft is licensed only for use with VS Code, we need to do what the Acute plugin for Eclipse did, namely create a Theia plugin using Samsung netcoredbg (https://github.com/Samsung/netcoredbg/releases) and Omnisharp-Roslyn (https://github.com/OmniSharp/omnisharp-roslyn).
Subtasks:
The text was updated successfully, but these errors were encountered: