You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest commit we can now use requests variables, and that is great. One thing that I would change is the warning message you get when the request has not yet been sent. When using requests variables, requests that have not been sent marks the file as an "error" which causes the project to appear having issues, which is not a fact.
The text was updated successfully, but these errors were encountered:
@colutti nice catch, I original purpose is that using referencing a not sent request should be realized by user. However what you advised makes sense, I will update the diagnostic severity to Information form Error. And in this case you can still get notified that this potential issue.
With the latest commit we can now use requests variables, and that is great. One thing that I would change is the warning message you get when the request has not yet been sent. When using requests variables, requests that have not been sent marks the file as an "error" which causes the project to appear having issues, which is not a fact.
The text was updated successfully, but these errors were encountered: