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

TestResults always empty #228

Closed QuAzI closed 9 months ago

QuAzI commented 9 months ago

I am not sure what should be there but after request execution I can see link "TestResults" which opens empty Markdown file

https://github.com/AnWeber/vscode-httpyac/assets/1897605/d857ccd3-b1cd-4496-af6a-d854678325ad

AnWeber commented 9 months ago

@QuAzI I had an error in the logic of how I find the Responses for the HttpRegion. As a result, the CodeLens was broken. Now it should work again. I don't notice that, because I have deactivated in my setup :-(