feedback
feedback copied to clipboard
[Bug]: Wrong value while chaging between body types for Environmental variables
What happened?
In a request, when you have inserted some value set with an Environmental variable in the body and you change it to JSON type, instead of using the content of the env variable, it uses some UUID. I suspect it's the identifier of this env var.
Steps to reproduce?
- Create a POST Request
- In the body tab, select Form URL-Encoded type
- Add a value with an env variable
- Change to JSON type
- The body will not have the correct value in the Env variable field
{
"grant_type": "authorization_code",
"code": "#random_uuid#",
"redirect_uri": "http://localhost/"
}
VS Code version
1.70.0
Extension version
v1.4.1
Relevant log output
No response