-
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
Improve UX during ${current.project.path} macros usage #13636
Comments
@evidolob @vparfonov Please assign right team, because I'm not sure who should work on it. |
From my experience (having used che6 a lot), the problem with |
in the Theia upstream exist similar macros called |
Description
I hope that there is much work to fix it, so I decided to describe several improvements in the same issue:
Actual: Three error messages:
Can not resolve current.project.path ...
, andTasks is failed
,sh: 1: Bad substitution
.First time I got this:
And then
Expected: Error message: please select a project before executing a command to make it possible to resolve the current project path. In my case there was only one project, so maybe it may be chosen automatically.
${current.project.path}
macros in workingDir field of Devfile. Currently, it just does not work:I used the following Java Maven Devfile for testing:
Devfile.yaml
The text was updated successfully, but these errors were encountered: