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

When I use @ref to reference a non-existent request, no error is prompted. #197

Closed Faputa closed 1 year ago

Faputa commented 1 year ago

In this case, the lack of an error prompt can actually be very confusing for me.

image

AnWeber commented 1 year ago

@Faputa Yes, the error is simply swallowed. An abort would make more sense. Will fix it

AnWeber commented 1 year ago

fixed with next release