vscode-restclient
vscode-restclient copied to clipboard
Headers after a blank line are highlighted as HTTP headers but parsed as HTTP body
- REST Client Version: v0.24.6
- VSCode Version: 1,67.2
- OS Version: Windows 10
Steps to Reproduce:
The following are highlighted the same way, but not parsed the same way.
-
Authorization
is correctly highlighted as an HTTP header:GET https://example.com/ Authorization: Bearer {{token}}
-
Authorization
is still highlighted as an HTTP header, but is parsed as an HTTP body:GET https://example.com/ Authorization: Bearer {{token}}
Screenshot: