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
237 stars 20 forks source link

Response code lens missing if scheme vscode-userdata #161

Closed AnWeber closed 1 year ago

AnWeber commented 1 year ago

Discussed in https://github.com/AnWeber/vscode-httpyac/discussions/160

Originally posted by **asherber** November 4, 2022 When I send a request, the response window used to show the elapsed time, content type, and content length in a code lens at the top. I don't think I've changed any settings in a while, but I'm not seeing that now. I do have the default: ```json "httpyac.responseViewHeader": [ "timings.total", "content-type", "content-length" ] ``` I don't see a setting to turn this code lens on and off. Am I missing something?