thunder-client-support icon indicating copy to clipboard operation
thunder-client-support copied to clipboard

Thunder Client is a lightweight Rest API Client Extension for VS Code.

Results 244 thunder-client-support issues
Sort by recently updated
recently updated
newest added

**Describe the bug** ```json { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type": "string" } } } ``` ```json { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type":...

bug

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Let's add the ability to format the response **Describe alternatives you've considered** Formatting the...

bug

Hello, Basically, I want to set a variable to blank before calling a Request. E.g. I have a variable {{token}} now, I want to **clear** that before [Pre request] i...

feature request

**Describe the bug** These tests are overriding ![image](https://user-images.githubusercontent.com/29847057/184181972-3857536d-7194-41ef-b99e-81ca976cfce9.png) **To Reproduce** Use tests in image provided above **Expected behavior** Tests should only override if `action` is the same (>,

bug

Hey Rangav, I am using you're extension and it was pretty impressive and powerful, but one thing that i want to ask with you, that will you add a proxy...

feature request

As we're making thunder-clients files (activity, client environement) as part of our source repo, we like to have active environment flag to be a separate file instead of `thunderEnvironement.json` so...

feature request

Currently, SSE responses are printed as is, without any formatting or highlighting ``` data:{...} ``` I'd like if a `sse` toggle is provided, splitting the response data by event name.

feature request

A login request I perform returns a long authorization token as a text value between double quotes ("). The value cannot be used with the quotes so I have to...

feature request
Priority

**Is your feature request related to a problem? Please describe.** Yes. Sometimes if the server is down or takes it forever to respond (due to serve bug, etc), I'm blocked....

feature request

**Describe the solution you'd like** I would like to have a setting where I can change the default url used when creating a new request. Currently it's set to "https://www.thunderclient.com/welcome"...

feature request
Priority