vscode-yaml icon indicating copy to clipboard operation
vscode-yaml copied to clipboard

Detected Tekton tasks as Ansible tasks

Open abdonrd opened this issue 1 year ago • 2 comments

Describe the bug

When I open a Tekton task, VSCode detect it as Ansible task:

Screenshot 2024-03-19 at 4 20 03 PM

Expected Behavior

Detected as Tekton task. Or at least not detect it as Ansible.

Current Behavior

Detected as Ansible task.

Steps to Reproduce

Create a Tekton task an open it.

Environment

  • [ ] Windows
  • [x] Mac
  • [ ] Linux
  • [ ] other (please specify)

abdonrd avatar Mar 19 '24 20:03 abdonrd

I am experiencing the same thing with .moon/tasks https://moonrepo.dev/moon Likely any tasks folder is auto assumed as Ansible. I even have $schema field but it still emits errors.

minht11 avatar Jun 27 '24 21:06 minht11