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

Handle exceptions raised from uncorrelated x-request-id headers #1414

Closed manstis closed 2 days ago

manstis commented 2 days ago

This PR adds exception mapping for server-side errors resulting from mismatched X-Request-ID headers.

Furthermore the HTTP response code is more correctly 500 and not 400.