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
364 stars 92 forks source link

[r11]: Add support for HTTP422 response #1672

Open manstis opened 17 hours ago

manstis commented 17 hours ago

Add support for HTTP422 errors received in the underlying Lightspeed service from WCA.

These are propagated to VSCode as HTTP400's.

This PR adds a friendly message for Users for such exceptions.

manstis commented 16 hours ago

"SonarCloud Code Analysis" fails due to duplicate lines.

I'm loathed to refactor the duplication for the sake of it and, in my opinion, worsen the readability.