It would be helpful if gitlab-ci-ls automatically processed the files in an includes block.
I'm running gitlab-ci-ls in Zed, and opening a file with an includes block shows errors for jobs defined in the included files and referenced in extends statements. Manually opening the file triggers processing and resolves the error, but this is a lengthy and tedious process in complex CI pipelines.
Another option would be to process all the YAML files in a project, which would allow opening any one and using find all references on a job.
It would be helpful if gitlab-ci-ls automatically processed the files in an includes block.
I'm running gitlab-ci-ls in Zed, and opening a file with an includes block shows errors for jobs defined in the included files and referenced in extends statements. Manually opening the file triggers processing and resolves the error, but this is a lengthy and tedious process in complex CI pipelines.
Another option would be to process all the YAML files in a project, which would allow opening any one and using find all references on a job.