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

The version history in the VSCode marketplace shows 0.25.1 from 2022-08-19 as latest, which does not include the HTML Preview enhancement added in #146 ![image](https://github.com/Huachao/vscode-restclient/assets/885907/a05bcf70-d8d5-45b6-a96f-45a8d4b0b257) _Originally posted by @isapir in...

How best to get the results of api call and output to console/window to ensure the value is correct? Here I want to see the value of @sessionId Is this...

Could you add a way to link to file variables located in another file? Imagine a use case where I need to be able to easily switch credentials for a...

It would be great if it were possible to use `{{$processEnv}}` in `settings.json` and have their output evaluated. For example: `settings.json` ```json "rest-client.environmentVariables": { "$shared": {}, "local": { "esUri": "http://localhost:9200",...

enhancement

Is it possible if i could import variables from a different file? I'd like to be able to import variables from another file so that they won't be stored in...

feature request

- REST Client Version: v0.25.1 - VSCode Version: Version: 1.88.0 - OS Version: Mac 14.4.1 (23E224 Steps to Reproduce: 1. create http file with ``` GET https://www.nytimes.com ``` 2. click...

I use a domain only in /etc/hosts, get the tls cert by traefik on letencrypt, it's work fine on browser or curl, but not work on restclient vscode 1.88 restclient...

I need to extract code out of below response to use in next post request, however no regex is working ` Can anyone please help with this ? { "redirect_uri":...

upstream

- REST Client Version: 0.25.1 - VSCode Version: 1.86 - OS Version: all os Steps to Reproduce: 1. Make Response on a second window and set and response preview column:...