Skip to content
New issue

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

Variable autocompletion adds escaped brackets instead of brackets #103

Closed
pcastellazzi opened this issue Jun 14, 2017 · 2 comments
Closed
Labels

Comments

@pcastellazzi
Copy link

  • VSCode Version: 1.13.0
  • OS Version: macOS 10.12.5
  • REST Client Version: 0.14.4

Steps to Reproduce:

  1. Create a file named test.http

  2. Add some variables with this snippet to your settings

"rest-client.environmentVariables": {
        "default": {
            "app_server": "localhost",
            "app_token": "12345678"
        }
    }
}
  1. Select the environment we just created with Cmd+Option+E => default

  2. Write GET app. The autocompletion popup appears, select app_server, then press ENTER.

I expected to get GET {{app_server}}. Instead i got GET \{\{app_server\}\}.

@Huachao Huachao added the bug label Jun 14, 2017
@Huachao
Copy link
Owner

Huachao commented Jun 14, 2017

@pcastellazzi I have fixed the issue, and you can try the latest version 0.14.5 to verify: 😄

@pcastellazzi
Copy link
Author

Thank you very much. Awesome work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants