Huachao Mao
Huachao Mao
@eamodio actually it's by design https://github.com/Huachao/vscode-restclient/blob/52c99ab27da93ee03d6262d20016cd7611565cd5/src/requestVariableCacheValueProcessor.ts#L85-L86
@niusounds I am still planing this since I met a problem. What's the string representation(serialization) of the array result, simply JSON stringify the array or something else?
@patrik-martinko could you please provide the request if available?
@OzgurDogan I'd like to consider this carefully, and think about the design carefully. And I will update in this thread later. Thanks for your suggstion
@OzgurDogan in latest version 0.20.2, you can set the file variable value with references of request variables, like `@token = {{session.response.body.token}}`. Does this solve your problem?
@jahan01 you can hover over the request variable references like `{{session.response.body.token}}`
@edwinm could you please also provide the actual xml code blocks with ``
@rhythmk you mean render the html page, currently it's not supported.
@rhythmk what's do you mean the *operation method*?
> Are there plans to support this? If not, would you consider accepting a PR for this feature? I was thinking just a `view as HTML` button in the editor...