vscode-restclient icon indicating copy to clipboard operation
vscode-restclient copied to clipboard

REST Client Extension for Visual Studio Code

Results 280 vscode-restclient issues
Sort by recently updated
recently updated
newest added

- Open https://marketplace.visualstudio.com/items?itemName=humao.rest-client - Click on "Version History"

REST Client Version: 0.25.1 VSCode Version: 1.93.1 Electron: 30.4.0 Chromium: 124.0.6367.243 Node.js: 20.15.1 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.22631 (windows 11) It fails when using this format : ``` POST...

Hi, not sure why but all GraphQL queries which I used before are not converted to JSON anymore before sending a request. I mean queries in format like this. ```...

- REST Client Version: v0.25.1 - VSCode Version: 1.93.0 - OS Version: Mac OS 14.6.1 (23G93) Steps to Reproduce: 1. Put file to s3 by presigned url ``` # @name...

Wondering if it is possible to support copy-n-paste on collapsed JSON response. As an example below, when I collapse a JSON key `images` and copy on it, the paste seems...

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

This will improve compatibility with Jetbrains' http client format for GraphQL queries. See: https://www.jetbrains.com/help/pycharm/http-client-in-product-code-editor.html#graphql for more informations.

## [What is Handlebars?](https://handlebarsjs.com/guide/#what-is-handlebars) Handlebars is a simple templating language. It uses a template and an input object to generate HTML or other text formats. Handlebars templates look like regular...

Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies

Hi, Love the plugin! Would it be possible to add a feature so I can embed an HTTP request within the code? It would be handy to be able to...