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

Include variable values with enhanced context sent from VSCode #1380

Closed manstis closed 2 weeks ago

manstis commented 2 weeks ago

Remove the code that stripped variable values from requests.

Anonymization is performed on the server before submitting to the Model Provider.

manstis commented 2 weeks ago

@robinbobbitt This accompanies my other PR for ansible-ai-connect-service.

This PR is a place-holder for my work in progress..

The change looks to be correct (subject to removal of the code and whatever tests I need to update).. am I on the right track?