ansible / vscode-ansible

vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
https://ansible.readthedocs.io/projects/vscode-ansible/
MIT License
337 stars 77 forks source link

lightspeed: remove an unused block #1362

Open goneri opened 3 weeks ago

goneri commented 3 weeks ago

The block was not actually never triggered.

github-actions[bot] commented 3 weeks ago

Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found:

TamiTakamiya commented 3 weeks ago

@robinbobbitt would you take a look at this? It seems to me the text always contains the suggestion header and those lines are not needed, but I might be missing some possibilities. Thanks.