We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
Create a file named test.http
test.http
Add some variables with this snippet to your settings
"rest-client.environmentVariables": { "default": { "app_server": "localhost", "app_token": "12345678" } } }
Select the environment we just created with Cmd+Option+E => default
Cmd+Option+E => default
Write GET app. The autocompletion popup appears, select app_server, then press ENTER.
GET app
app_server
ENTER
I expected to get GET {{app_server}}. Instead i got GET \{\{app_server\}\}.
GET {{app_server}}
GET \{\{app_server\}\}
The text was updated successfully, but these errors were encountered:
47c06b6
@pcastellazzi I have fixed the issue, and you can try the latest version 0.14.5 to verify: 😄
Sorry, something went wrong.
Thank you very much. Awesome work!
No branches or pull requests
Steps to Reproduce:
Create a file named
test.http
Add some variables with this snippet to your settings
Select the environment we just created with
Cmd+Option+E => default
Write
GET app
. The autocompletion popup appears, selectapp_server
, then pressENTER
.I expected to get
GET {{app_server}}
. Instead i gotGET \{\{app_server\}\}
.The text was updated successfully, but these errors were encountered: