thunder-client-support
thunder-client-support copied to clipboard
Thunder Client is a lightweight Rest API Client Extension for VS Code.
Type: Bug i install thunder client and it keeps activating with no avail Extension version: 2.20.3 VS Code version: Code 1.79.0 (Universal) (b380da4ef1ee00e224a15c1d4d9793e27c2b6302, 2023-06-07T14:29:00.206Z) OS version: Darwin arm64 23.5.0 Modes:...
**Question:** **Are you using the free version/paid version/trial:** PAID Version According to the [documentation](https://docs.thunderclient.com/scripting/send-request#send-internal-requests), you can do the following: `var result = await tc.runRequest("reqId");` ### My question is the following:...
Incorrect execution order of main request pre-run script when pre-request request(s) are specified
**Describe the bug** When a request contains BOTH pre-run script and pre-request requests, the pre-run script of the main (first) request would always be executed first and only then would...
**Describe the bug** setVar inside tests from requests that is run from another request's (parent request) pre-run results in the parent request's getVar getting outdated value. For example: 1. Run...
**Describe the bug** After i upgrade vscode extension.The request history lost **To Reproduce** **Expected behavior** **Platform:** - OS: window10 - vscode version:1.92.2 - node version: v21.5.0 - extension version: v2.24.13...
 I am using some APIs that put json requests in the query parameter and it works but the experience is a bit subpar in Thunder because it's the input...
**Describe the bug** Upon clicking New Request, nothing happens. I see a log message "Please Login to perform this action" I even logged into my account. Is this completely paid...
**Please describe feature/problem details and the solution you'd like.** The Form and Form-encode tabs of the Body section for a request allow you to enable/disable the individual fields. It would...
I have this login request 'Logon': POST: `{{url}}/ims/api/v1/access_keys/login` Headers: `Accept */*` JSON Body: ```json { "access_key": "{{access_key}}", "access_secret_key": "{{access_secret_key}}" } ``` Test: `json.json_web_token` setTo `{{json_web_token}}` It is set as a...
**Describe the bug** When I open Thunder Client in VS Code, the sidebar menu is blank, and Code displays an error pop-up with the following message: ``` Error loading webview:...