-
Notifications
You must be signed in to change notification settings - Fork 36
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
extension doesn't support multiple kinds in a single file #580
Comments
Hi, @VickyWinner this error you get while creating multiple resources in a single file? If yes which command you were using to create resources. |
@sudhirverma just take any resource required by the pipeline. Task, TaskRun, Pipeline, PipelineRun etc. |
@VickyWinner I cannot to reproduce this, could you share more detailed steps to reproduce? |
its not erroring out while running the |
I try this https://github.com/tektoncd/pipeline/blob/main/examples/v1beta1/pipelineruns/pipelinerun.yaml and havent see any errors |
@VickyWinner Are you using latest version of vscode-tekton? |
I am using |
Latest is |
I just did install |
Do you have any other extension related to yaml? Like Ansible? |
No. I am using only |
I mean any other vscode extensions(plugins) which can handle/provide some editor features for yaml files. |
I am using a single
.yaml
file to create all the resources required for the pipeline by separating them with---
. I get error after I installed this extension. Not sure if its by design or a bug.The text was updated successfully, but these errors were encountered: