Releases: Huachao/vscode-restclient
Releases · Huachao/vscode-restclient
v0.3.1
Add get and post code snippets
v0.3.0
Display response in a separate panel with syntax highlighting
v0.2.1
Add Configuration Setting: Timeout in milliseconds, less or equal than 0 represents for infinity, default is 0
v0.1.1
- Refactor code for rest call
- Beautify JSON response
v0.0.6
Allow self-signed certificate
v0.0.5
Add Configuration Setting: Follow HTTP 3xx responses as redirects, default is TRUE
Add Configuration Setting: Add default user agent if user not specified, default value is vscode-restclient
v0.0.4
Add Configuration Setting: Allow clear output windows before sending a new request
v0.0.3
First release of REST Client for Visual Studio Code