pfeiferj / vscode-hurl

Provides a vscode plugin for hurl.dev
Apache License 2.0
21 stars 5 forks source link

HTTP/* keyword is deprecated #2

Closed 7hens closed 1 year ago

7hens commented 1 year ago

Environment

hurl 3.0.0 libcurl/7.79.1 (SecureTransport) LibreSSL/3.3.5 zlib/1.2.11 nghttp2/1.45.1
Features (libcurl):  alt-svc AsynchDNS HSTS HTTP2 IPv6 Largefile libz NTLM NTLM_WB SPNEGO SSL UnixSockets
Features (built-in): brotli

Description

Syntax highlighting for hurl files only works with keywords "HTTP/* 200", using "HTTP 200" breaks syntax highlighting.

But when executing the hurl command for the file using "HTTP/* 200", there is a warning:

The 'HTTP/*' keyword is deprecated, please use 'HTTP' instead
pfeiferj commented 1 year ago

Sorry for the delayed response, planning on putting together a fix tomorrow.

pfeiferj commented 1 year ago

Resolved in v1.2.0