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

I have 6.11.0 version and response lens is missing too. #251

Closed AnWeber closed 6 months ago

AnWeber commented 6 months ago

I have 6.11.0 version and response lens is missing too. Instead it shows send/env lens. I have exchange view for response. This is how it looks:

image

Looks like it sees response as .http file and apply wrong lens for it. Do you know how I could fix it?

Originally posted by @beholdr in https://github.com/AnWeber/vscode-httpyac/discussions/160#discussioncomment-8005037

AnWeber commented 6 months ago

This was caused by a change to the storage location. Before version 6.11 this was ...\_httpyac_\. However, I accidentally changed this to ...\.httpac\... with the version, but did not adjust this in RepsonseViewController (responsible for coding the response). I have updated the logic and go to the corresponding configuration.

AnWeber commented 6 months ago

fixed with v6.11.1