-
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
Include existing GitHub plugin in Che Theia IDE #11867
Comments
hello, why should it be inside the theia image ? |
Currently we are missing at least
Full list of commands:
* It works, but after everything is done a notification popup is shown which suggest to open just created pull request. To have this working we need ** Behavior slightly differs in Theia and Vscode. Vscode silently creates a local branch to checkout a PR, Theia instead proposes to select a local branch or create a new one. All commands were tested with |
Also there is a problem with the plugin code. In some environments it fails with:
|
I'm still getting "Error: Class constructor LRUCache cannot be invoked without 'new'" with every npm action i try to perform. Is there something i can do to fix? |
@Trevorks try to use the latest version of the plugin. AFAIK there is a fix for that problem and it has been released. |
Depends on eclipse-theia/theia#4103 |
Analyzing showed that this plugin requires VSCode Git extension: |
We have reviewed this issue today with @vparfonov and now that the CQ to add VS Code built-in extensions to Theia has been approved we can proceed with:
|
There is VSCode extension for GitHub integration - https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github, the idea is to make it work with Che Theia and publish it on plugin registry.
The text was updated successfully, but these errors were encountered: