AnWeber / vscode-httpyac

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac
MIT License
222 stars 20 forks source link

Syntax highlight missing for next line of a commentted query item line #234

Closed 7sDream closed 8 months ago

7sDream commented 8 months ago

image

I found this when I try to figure out how to disable a query item temporarily.

Comment works like expect, but seems this is not introduced in querystring doc page.

And, BTW, if there an easy way to make a query item only sent in a specific env?

AnWeber commented 8 months ago

I have added the highlighting. Thanks for the hint.