-
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
Remote Theia Plugins execute commands in Theia container instead of their own sidecar #12292
Comments
@benoitf @l0rd @AndrienkoAleksandr we will need to come up with the idea how to overcome this issue |
Which plugin API is used to execute the command? |
I'm not familiar with theia APIs but after discussions with @evidolob and @AndrienkoAleksandr I think it is createTerminal API (Don't know whether the name is correct or there is some better identifier of the API) |
Today we had a call to discuss this issue and here is a summary of what we have discussed :
|
merged there eclipse-che/che-theia#42 |
Description
When VS Code extension is running as Theia remote plugin it can execute a command in a terminal. At least Kubernetes extension does it to call kubectl commands.
And it always opens terminal to Theia container whereas in our case kubectl is placed inside of a remote plugin container.
We need to figure out:
Reproduction Steps
OS and version:
Diagnostics:
The text was updated successfully, but these errors were encountered: