-
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
[openshift plugin] fix 'Log in' command #13405
Comments
Still reproducible. |
Looks like a bug plugin api. |
VS Code OpenShift Connector extension relies on VS Code extension Clipboard API which isn't implemented in Theia yet. |
There's PR eclipse-theia/theia#5527 in Theia opened 2 months ago which fixes two issues including adding Clipboard API support. |
should be fixed by eclipse-theia/theia#5994 |
Looks like the
Reopening it to investigate the possible solution. |
For now, I don't see a way how to allow the clipboard access on http. |
OpenShift Connector Che Plugin provides
OpenShift: Log in to cluster
command that stopped working in v0.0.21.Diagnostics
The error is reported in a notification:
Cannot read property 'readText' of undefined
Should be fixed by eclipse-theia/theia#5519
The text was updated successfully, but these errors were encountered: