-
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
support input variable substitution for tasks #5836
Comments
@akosyakov please correct me if i am wrong: |
@elaihau sorry i cannot remember already, probably I thought it would be easier to implement if tasks will be loaded through preferences, or did not want to implement it before refactoring loading via preferences to avoid double work |
- add support to input variables which have the syntax: ${input:variableID}, where the variableID refers to entries in the inputs section of `tasks.json`. - resolves #5836 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
- add support to input variables which have the syntax: ${input:variableID}, where the variableID refers to entries in the inputs section of `tasks.json`. - resolves #5836 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
Content assist for input variables still don't work in tasks.json. It should work the same way as for launch configurations. |
Could this one be closed as #6334 is merged? |
Sure |
- add support to input variables which have the syntax: ${input:variableID}, where the variableID refers to entries in the inputs section of `tasks.json`. - resolves eclipse-theia#5836 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
It's a follow-up of #5835. It depends on #5013.
cc @marcdumais-work @elaihau @vince-fugnitto
The text was updated successfully, but these errors were encountered: