-
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
Golang Plugin #12145
Comments
hello @tolusha Couldn't we just use https://marketplace.visualstudio.com/items?itemName=dunstontc.vscode-go-syntax to provide go syntax highlight and then your PR on theia would be only on fixes. No duplicated code. |
@benoitf |
Unfortunately they conflict with each other in term of language contribution. |
I can try to merge both extensions and host a custom one in our repository [1] like I did for typescript [2] [1] https://github.com/che-incubator/ @benoitf WDYT ? |
@tolusha yes you can. do you know if the conflict is a theia issue or not (is it working on VsCode ?) |
Another option is to provide GO lang functionality without syntax highlighting. |
It works in VS Code. |
@tolusha would be a good start as well (better than nothing) and then we can fix theia to handle the two extensions |
We'd like to have Golang support in Che 7. There is a Golang plugin for VSCode. We should investigate whether we can run the Golang plugin in Theia as it exists now.
As we currently don't have a plugin broker for vscode plugins (@garagatyi is currently working on it), we should start by evaluating the vscode golang plugin.
If at this point, we have a working plugin broker for vscode plugins, we can start to develop the che plugin, otherwise, there is a way to repackage a vscode plugin to make it work as a che plugin (@benoitf knows how). In order to run as a che plugin, we need to
The text was updated successfully, but these errors were encountered: