-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
add content assist for input variables in tasks.json #6334
Conversation
- content assist is added to help the users of tasks.json input variables. - changes made to VariableResolverService and CommonVariableContribution in #6331 are reverted. Signed-off-by: Liang Huang <liang.huang@ericsson.com>
I am also checking what I can do in |
@elaihau I don’t think we need to change clients to handle undefined, but do #6333 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes look good to me. I can test only later. @vince-fugnitto could you give It a go please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
It works well for me, I now get content assist when editing input
variables in the tasks.json
.
please merge |
@elaihau I merged for you :) |
Thank you Vincent! |
in support input variables for tasks #6331 are reverted.
Signed-off-by: Liang Huang liang.huang@ericsson.com
How to test
.theia/tasks.json
, and enter input variables.Review checklist