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
339 stars 77 forks source link

Playbook Generation wizardId support #1344

Closed TamiTakamiya closed 1 month ago

TamiTakamiya commented 1 month ago

Support wizardId for Playbook Generation feature to provide a unique identifier that belong to a specific Playbook Generation UI session.

This also changed the behavior of generationId, which was re-used for multiple the generations API calls from a single Playbook Generation UI session, not to be re-used, i.e. always a unique ID will be provided for each generations API call.