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
360 stars 86 forks source link

Always enable the remove content suggestion header #1359

Closed TamiTakamiya closed 3 months ago

TamiTakamiya commented 3 months ago

We found the content suggestion header

# Content suggestion provided by Ansible Lightspeed

sometimes causes unexpected results when other extensions read them insered in playbooks.

For dealing with those issues, we are going to remove them when an inline suggestion is inserted into a playbook. We already have the option to control that behavior ansible.lightspeed.disableContentSuggestionHeader, whose default was false (=disabled). We are going to remove the header always and remove the option.