-
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
Tasks of remote plugins are not redirected to corresponding container #13741
Comments
So which container are the tasks executed in and which container would you expect them to be executed in? |
Tasks provided by remote plugins are executed in theia-ide container. I expect that they should be executed in a plugin container. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
@ericwill this is one of the more serious problems we have mapping VS Code stuff to our workspace model: where do we run things like tasks, etc.
|
Thanks for the context, we should probably provide this feature sometime soon-ish. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Description
We have remotes plugins. I turned on the typescript plugin for my workspace and tried to run 'build' and 'watch' tasks for che-theia project, but they failed.
ProcessTaskRunner is used for running typescript task configurations, so tasks for remote plugins are not redirected to container of the plugin at the moment.
Reproduction Steps
The text was updated successfully, but these errors were encountered: