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

$guid parameter reported as not found in editor even though it executes/behaves correctly #551

Closed
patrickhammond opened this issue Mar 19, 2020 · 2 comments
Labels

Comments

@patrickhammond
Copy link

patrickhammond commented Mar 19, 2020

  • REST Client Version: 0.23.2
  • VSCode Version: 1.43.1
  • OS Version: macOS Catalina 10.15.3

Steps to Reproduce:

  1. Create a file named example.rest with the following content:
GET {{baseUrl}}/api/v1/app/config
Accept: application/json; charset=UTF-8
X-Request-ID: {{$guid}}
  1. Notice that it reports $guid is not found even though the request will execute correctly.

Screen Shot 2020-03-19 at 5 07 41 PM

Screen Shot 2020-03-19 at 5 08 48 PM

@Huachao Huachao added the bug label Mar 20, 2020
Huachao added a commit that referenced this issue Mar 20, 2020
@Huachao
Copy link
Owner

Huachao commented Mar 20, 2020

@patrickhammond nice catch, this is a regression issue introduced in version 0.23.2, I have fixed it and will publish it in the next release.

@Huachao Huachao closed this as completed Mar 20, 2020
@Huachao
Copy link
Owner

Huachao commented Jun 12, 2020

@patrickhammond this should be fixed in the latest version 0.24.0, and you can verify it.

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