-
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
Can not invoke Task if source is che #14254
Comments
P2, because easy workaround. |
Should be fixed by eclipse-che/che-theia#295 for tasks from devfile, but I''ll check for the configuration from the description of the issue. |
So for the task which we want to run using our runner in the specific container we should use I added
|
@RomanNikitenko Is there a way we can omit |
For 7.0.0 we consider
So user doesn't need to use
For For master branch we have the corresponding PR. After merge the PR the behavior is the same as I described for 7.0.0. |
@RomanNikitenko could you please check if it's already fixed and whether we can close that issue |
Since the PR eclipse-che/che-theia#295 was merged we consider So I'm closing the issue. |
If I have a task defined on
tasks.json
withsource
defined asche
, it can not be started from Command palette. I can see a message printed on JS Console asERROR Can't get task launch configuration for label: echo me
If I remove the source property from the following example task I can start the task without issues.
The text was updated successfully, but these errors were encountered: