v2.18.0
New Features
Autocomplete
Environment variables #151, #1194- Allow
Skip Folder
Option in Run Collection #1476 Skip Collection
option in CLI for Run ALL Collections- Save
Active Environment
selection changes tolocal memory
#1250, #448 - Set a
field Content Type
in a Multi-Part Form Request #1482 - Enable Resource field for OAuth Password grant type #1479
- Clear URL Autocomplete History #1484
- Update CLI to
v1.12.0
Bug Fixes
- Error when sending request: ENOENT: no such file or directory #1483
Autocomplete Environment Variables
- The extension will automatically complete the environment variables as you start typing
{{
.
Skip Folder in Run Collection
- Now, you can use the
Skip Folder
option to skip multiple requests in the Run Collection view.
Skip Collections in Run All
- Now, you can skip collections when running all collections from the CLI.
- e.g
tc --col all --skip "ColA,ColB"
Active Environment Selection
- Set
Active Environment
selection changes tolocal memory
using the setting. This helps to avoid creating unnecessary Source Control activity.
Set Field Content-Type
- Set a field Content Type in a Multi-Part Form Request by appending
content-type
to the field names
Clear URL Autocomplete History
- You can clear the URL autocomplete history from the
Request URL
field.